The scope of the status.

interface StatusScope {
    project?: Version2.Version2Models.ProjectId;
    type: string;
}

Properties

Properties

type: string

The scope of the status. GLOBAL for company-managed projects and PROJECT for team-managed projects.