@morph-mapper/source / CreateEntryItem
Type Alias: CreateEntryItem
CreateEntryItem =
object
Defined in: schemas/create.ts:28
Properties
allowedTypes?
optionalallowedTypes?:EntryItemType[]
Defined in: schemas/create.ts:34
key
key:
string
Defined in: schemas/create.ts:29
name?
optionalname?:string
Defined in: schemas/create.ts:31
parentId
parentId:
string
Defined in: schemas/create.ts:32
semantics?
optionalsemantics?:string
Defined in: schemas/create.ts:35
validation?
optionalvalidation?:z.ZodType<any,any,any>
Defined in: schemas/create.ts:33
value?
optionalvalue?:any
Defined in: schemas/create.ts:30