Skip to main content

Variable: templateConfigSchema

const templateConfigSchema: ZodObject<{ author: ZodString; description: ZodOptional<ZodString>; isRootTemplate: ZodOptional<ZodBoolean>; multiInstance: ZodOptional<ZodBoolean>; name: ZodString; specVersion: ZodString; }, $strip>

Defined in: ../../template-types-lib/src/types/template-config-types.ts:15

Interface representing all mandatory options for a template.