Type Alias: ArrayFieldDefinition<T>
ArrayFieldDefinition<
T
> =FieldDefinitionBase
<T
> &object
Defined in: packages/soukai/src/models/fields.ts:55
Type declaration
items
items:
Omit
<FieldDefinition
<T
>,"required"
>
type
type: typeof
Array
Type Parameters
T
T
= unknown