Interface DatabaseGetCountriesResponse

interface DatabaseGetCountriesResponse {
    count: number;
    items: BaseCountry[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

items: BaseCountry[]

Generated using TypeDoc