jira.js
    Preparing search index...

    Variable ScopePayloadSchemaConst

    ScopePayloadSchema: ZodObject<
        {
            type: ZodOptional<
                ZodCustom<
                    string & {}
                    | "PROJECT"
                    | "GLOBAL",
                    string & {} | "PROJECT" | "GLOBAL",
                >,
            >;
        },
        $loose,
    > = ...

    The payload for creating a scope. Defines if a project is team-managed project or company-managed project