export interface AreaOption {
  value: string;
  label: string;
}
