Interface DatabaseGetCountriesByIdParams

interface DatabaseGetCountriesByIdParams {
    country_ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

country_ids?: number | number[]

Generated using TypeDoc