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

interface ScopePayload {
    type?: "GLOBAL" | "PROJECT";
}

Properties

Properties

type?: "GLOBAL" | "PROJECT"

The type of the scope. Use GLOBAL or empty for company-managed project, and PROJECT for team-managed project