Variable SaveTemplateRequestSchemaConst
SaveTemplateRequestSchema: ZodObject<
{
templateDescription: ZodOptional<ZodString>;
templateFromProjectRequest: ZodOptional<
ZodObject<
{
projectId: ZodOptional<ZodNumber>;
templateGenerationOptions: ZodOptional<
ZodObject<
{
enableScreenDelegatedAdminSupport: ZodOptional<ZodBoolean>;
enableWorkflowDelegatedAdminSupport: ZodOptional<ZodBoolean>;
},
$loose,
>,
>;
templateType: ZodOptional<
ZodCustom<
string & {}
| "LIVE"
| "SNAPSHOT",
string & {} | "LIVE" | "SNAPSHOT",
>,
>;
},
$loose,
>,
>;
templateName: ZodOptional<ZodString>;
},
$loose,
> = ...
Request to save a custom template