The scope of the status.

interface StatusScope {
    project?: Version3.Version3Models.ProjectId;
    type: string;
}

Properties

Properties

type: string

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