Skip to content

InputSchema

InputSchema<T> = { [K in keyof T]: InputField<T[K]> }

Defined in: packages/actions/src/input-schema.ts:229

A schema is a record of field names to validators.

T