jira.js
    Preparing search index...

    Variable ProjectScopeSchemaConst

    ProjectScopeSchema: ZodObject<
        {
            attributes: ZodOptional<
                ZodArray<
                    ZodCustom<
                        string & {}
                        | "defaultValue"
                        | "notSelectable",
                        string & {} | "defaultValue" | "notSelectable",
                    >,
                >,
            >;
            id: ZodOptional<ZodNumber>;
        },
        $loose,
    > = ...