export type Model = {
    /**
     * Unique identification number assigned to the City. Get a list of city IDs
     * [here](https://docs.salla.dev/5394230e0).
     */
    city: number;
    [property: string]: any;
}