Interface OptionalPogStatsInputDTO

OptionalPogStatsInputDTO

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

Properties

endDate?: string

OptionalPogStatsInputDTO

gameServerId: string

OptionalPogStatsInputDTO

playerId?: string

OptionalPogStatsInputDTO

startDate?: string

OptionalPogStatsInputDTO