/** * This is auto-generated file, don't modify this file manually */ import { AdsTargSuggestionsSchoolsType } from './AdsTargSuggestionsSchoolsType'; export interface AdsTargSuggestionsSchools { /** * Full school title */ desc?: string; /** * School ID */ id?: number; /** * School title */ name?: string; /** * City name */ parent?: string; type?: AdsTargSuggestionsSchoolsType; }