export interface ICityModelAttributes {
    _id: string;
    name: string;
    slug: string;
    code: number;
}
