Takaro - v0.4.9
    Preparing search index...

    Interface PogStatsInputDTO

    PogStatsInputDTO

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

    Properties

    endDate?: string

    PogStatsInputDTO

    gameServerId: string

    PogStatsInputDTO

    playerId: string

    PogStatsInputDTO

    startDate?: string

    PogStatsInputDTO