Variable: projectSettingsSchema
constprojectSettingsSchema:ZodObject<{instantiatedTemplates:ZodArray<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<{ },$loose>; },$strip>>;projectAuthor:ZodString;projectRepositoryName:ZodString;rootTemplateName:ZodString; },$strip>
Defined in: ../../template-types-lib/src/types/project-settings-types.ts:22