Skip to main content

Variable: templateConfigSchema

const templateConfigSchema: ZodObject<{ author: ZodString; description: ZodOptional<ZodString>; multiInstance: ZodOptional<ZodBoolean>; name: ZodString; specVersion: ZodString; }, "strip", ZodTypeAny, { author: string; description?: string; multiInstance?: boolean; name: string; specVersion: string; }, { author: string; description?: string; multiInstance?: boolean; name: string; specVersion: string; }>

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

Interface representing all mandatory options for a template.