The scope of the status.

interface StatusScope {
    project?: null | ProjectId;
    type: "GLOBAL" | "PROJECT";
}

Properties

Properties

project?: null | ProjectId

Project ID details.

type: "GLOBAL" | "PROJECT"

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