Skip to content

@morph-mapper/source


@morph-mapper/source / CreateEntryItem

Type Alias: CreateEntryItem

CreateEntryItem = object

Defined in: schemas/create.ts:28

Properties

allowedTypes?

optional allowedTypes?: EntryItemType[]

Defined in: schemas/create.ts:34


key

key: string

Defined in: schemas/create.ts:29


name?

optional name?: string

Defined in: schemas/create.ts:31


parentId

parentId: string

Defined in: schemas/create.ts:32


semantics?

optional semantics?: string

Defined in: schemas/create.ts:35


validation?

optional validation?: z.ZodType<any, any, any>

Defined in: schemas/create.ts:33


value?

optional value?: any

Defined in: schemas/create.ts:30