Skip to main content

Variable: instantiatedTemplateSchema

const instantiatedTemplateSchema: ZodObject<{ automaticallyInstantiatedByParent: ZodOptional<ZodBoolean>; id: ZodString; lastMigration: ZodOptional<ZodString>; parentId: ZodOptional<ZodString>; templateBranch: ZodOptional<ZodString>; templateCommitHash: ZodOptional<ZodString>; templateName: ZodString; templateRepoUrl: ZodOptional<ZodString>; templateSettings: ZodObject<{ }, "passthrough", ZodTypeAny, objectOutputType<{ }, ZodTypeAny, "passthrough">, objectInputType<{ }, ZodTypeAny, "passthrough">>; }, "strip", ZodTypeAny, { automaticallyInstantiatedByParent?: boolean; id: string; lastMigration?: string; parentId?: string; templateBranch?: string; templateCommitHash?: string; templateName: string; templateRepoUrl?: string; templateSettings: object & object; }, { automaticallyInstantiatedByParent?: boolean; id: string; lastMigration?: string; parentId?: string; templateBranch?: string; templateCommitHash?: string; templateName: string; templateRepoUrl?: string; templateSettings: object & object; }>

Defined in: ../../template-types-lib/src/types/project-settings-types.ts:3