Interface CountryStatsInputDTO

CountryStatsInputDTO

interface CountryStatsInputDTO {
    gameServerId?: string[];
}

Properties

Properties

gameServerId?: string[]

CountryStatsInputDTO