export interface RemoveAtlassianTeam {
  /** The ID of the plan. */
  planId: number;
  /** The ID of the Atlassian team. */
  atlassianTeamId: string;
}
