import { Document } from "mongoose";
import { ICityModelAttributes } from "../entity/city.entity";
export interface ICityModelInferCreation extends ICityModelAttributes, Document<string> {
}
