Variable: GetPlanResponseForPageSchema
ts
const GetPlanResponseForPageSchema: ZodObject<{
id: ZodString;
issueSources: ZodOptional<ZodArray<ZodObject<{
type: ZodCustom<string & object | "Board" | "Project" | "Filter" | "Custom", string & object | "Board" | "Project" | "Filter" | "Custom">;
value: ZodNumber;
}, $loose>>>;
name: ZodString;
scenarioId: ZodString;
status: ZodCustom<string & object | "Active" | "Trashed" | "Archived", string & object | "Active" | "Trashed" | "Archived">;
}, $loose>;Defined in: src/cloud/models/getPlanResponseForPage.ts:5