Type Alias MultiArvoEventHandlerFunctionOutput
MultiArvoEventHandlerFunctionOutput: Omit<CreateArvoEvent<Record<string, any>, string>,
| "subject"
| "source"
| "executionunits"
| "traceparent"
| "tracestate"> & {
__extensions?: Record<string, string | number | boolean>;
executionunits?: number;
}
Type declaration
Optional
__extensions?: Record<string, string | number | boolean>
Optional
executionunits?: number
Represents the output of a Multi ArvoEvent handler function.