Interface PogStatsInputDTO

PogStatsInputDTO

interface PogStatsInputDTO {
    endDate?: string;
    gameServerId: string;
    playerId: string;
    startDate?: string;
}

Properties

endDate?: string

PogStatsInputDTO

gameServerId: string

PogStatsInputDTO

playerId: string

PogStatsInputDTO

startDate?: string

PogStatsInputDTO