jira.js
    Preparing search index...

    Variable GetPlanResponseForPageSchemaConst

    GetPlanResponseForPageSchema: ZodObject<
        {
            id: ZodString;
            issueSources: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            type: ZodCustom<
                                string & {}
                                | "Board"
                                | "Project"
                                | "Filter"
                                | "Custom",
                                string & {} | "Board" | "Project" | "Filter" | "Custom",
                            >;
                            value: ZodNumber;
                        },
                        $loose,
                    >,
                >,
            >;
            name: ZodString;
            scenarioId: ZodString;
            status: ZodCustom<
                string & {}
                | "Active"
                | "Trashed"
                | "Archived",
                string & {} | "Active" | "Trashed" | "Archived",
            >;
        },
        $loose,
    > = ...