@morph-mapper/source / templateRefSchema
Variable: templateRefSchema
consttemplateRefSchema:ZodObject<{categoryId:ZodString;deleted:ZodOptional<ZodBoolean>;deployPath:ZodNullable<ZodString>;description:ZodOptional<ZodString>;domain:ZodString;ediType:ZodOptional<ZodNativeEnum<typeofEdiType>>;ediVariables:ZodOptional<ZodRecord<ZodString,ZodObject<{schemaVariable:ZodString;value:ZodUnion<[ZodString,ZodNumber]>; },"strip",ZodTypeAny, {schemaVariable:string;value:string|number; }, {schemaVariable:string;value:string|number; }>>>;enabled:ZodBoolean;id:ZodString;inputsource:ZodNativeEnum<typeofSchemaSource>;isStatic:ZodBoolean;name:ZodString;operatorId:ZodNumber;path:ZodNullable<ZodString>;priority:ZodNumber;recentFiles:ZodOptional<ZodArray<ZodObject<{fileId:ZodString;fileName:ZodString;mimeType:ZodString;usedAt:ZodDate;userId:ZodString; },"strip",ZodTypeAny, {fileId:string;fileName:string;mimeType:string;usedAt:Date;userId:string; }, {fileId:string;fileName:string;mimeType:string;usedAt:Date;userId:string; }>,"many">>;templatetype:ZodString; },"strip",ZodTypeAny, {categoryId:string;deleted?:boolean;deployPath:string|null;description?:string;domain:string;ediType?:POST|GET|TokenBased;ediVariables?:Record<string, {schemaVariable:string;value:string|number; }>;enabled:boolean;id:string;inputsource:SchemaSource;isStatic:boolean;name:string;operatorId:number;path:string|null;priority:number;recentFiles?:object[];templatetype:string; }, {categoryId:string;deleted?:boolean;deployPath:string|null;description?:string;domain:string;ediType?:POST|GET|TokenBased;ediVariables?:Record<string, {schemaVariable:string;value:string|number; }>;enabled:boolean;id:string;inputsource:SchemaSource;isStatic:boolean;name:string;operatorId:number;path:string|null;priority:number;recentFiles?:object[];templatetype:string; }>
Defined in: templates-api/template-ref.ts:13