Interface AdsTargSuggestionsCities

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

Indexable

[key: string]: any

Properties

Properties

id: number

Object ID

name: string

Object name

parent: string

Parent object

Generated using TypeDoc