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