Interface EventCountryResponse

interface EventCountryResponse {
    count: number;
    data: Country[];
}

Properties

Properties

count: number
data: Country[]