Interface PlayersOnlineInputDTO

PlayersOnlineInputDTO

interface PlayersOnlineInputDTO {
    endDate?: string;
    gameServerId?: string;
    startDate?: string;
}

Properties

endDate?: string

PlayersOnlineInputDTO

gameServerId?: string

PlayersOnlineInputDTO

startDate?: string

PlayersOnlineInputDTO