Takaro - v0.4.9
    Preparing search index...

    Interface OptionalPogStatsInputDTO

    OptionalPogStatsInputDTO

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

    Properties

    endDate?: string

    OptionalPogStatsInputDTO

    gameServerId: string

    OptionalPogStatsInputDTO

    playerId?: string

    OptionalPogStatsInputDTO

    startDate?: string

    OptionalPogStatsInputDTO