export interface area {
  id?: number;
  name: string;
}
