export interface IAreaModelAttributes { id: string; area: string; city: number; }