Skip to content

HandlerOptions

Defined in: builder/app.ts:33

readonly optional input?: InputDefinition | Record<string, PrimitiveDataType | MandatoryPrimitiveDataType>

Defined in: builder/app.ts:38

The builder input options are more permissive in what is accepted - they will be converted to InputType on the actual definition.


readonly optional output?: PrimitiveDataType | OutputDefinition | TemplateBuilder | TemplateBuilder[] | TemplateDefinition | TemplateDefinition[] | "template"

Defined in: builder/app.ts:44

The builder output options are more permissive in what is accepted - they will be converted to OutputType on the actual definition.