Interface AdsTargSuggestionsSchools

interface AdsTargSuggestionsSchools {
    desc: string;
    id: number;
    name: string;
    parent: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

desc: string

Full school title

id: number

School ID

name: string

School title

parent: string

City name

Generated using TypeDoc