export interface DuplicatePlanRequest {
  /** The plan name. */
  name: string;
}
