The Team Context for an operation.

interface TeamContext {
    project?: string;
    projectId?: string;
    team?: string;
    teamId?: string;
}

Properties

project?: string

The team project Id or name. Ignored if ProjectId is set.

projectId?: string

The Team Project ID. Required if Project is not set.

team?: string

The Team Id or name. Ignored if TeamId is set.

teamId?: string

The Team Id