export interface UpdatePlanOnlyTeam {
  /** The ID of the plan. */
  planId: number;
  /** The ID of the plan-only team. */
  planOnlyTeamId: number;
}
