/** * This is auto-generated file, don't modify this file manually */ export interface DatabaseCity { /** * Object ID */ id?: number; /** * Object title */ title?: string; /** * Area title */ area?: string; /** * Region title */ region?: string; /** * Information whether the city is included in important cities list */ important?: 0 | 1; }