export interface DuplicatePlan {
  /** The ID of the plan. */
  planId: number;
  /** The plan name. */
  name: string;
}
