interface GetTeamResponseForPage {
    id: string;
    name?: string;
    type: "PlanOnly" | "Atlassian";
}

Properties

Properties

id: string

The team ID.

name?: string

The team name. This is returned if the type is "PlanOnly".

type: "PlanOnly" | "Atlassian"

The team type. This is "PlanOnly" or "Atlassian".