Interface DatabaseGetCitiesResponse

interface DatabaseGetCitiesResponse {
    count: number;
    items: DatabaseCity[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: DatabaseCity[]

Generated using TypeDoc