Skip to content

Type Alias: ArrayFieldDefinition<T> ​

ArrayFieldDefinition<T> = FieldDefinitionBase<T> & object

Defined in: packages/soukai/src/models/fields.ts:61

Type declaration ​

items ​

items: Omit<FieldDefinition<T>, "required">

type ​

type: typeof Array

Type Parameters ​

T ​

T = unknown