Takaro - v0.4.9
    Preparing search index...

    Interface PlayerItemHistoryOutputDTO

    PlayerItemHistoryOutputDTO

    interface PlayerItemHistoryOutputDTO {
        createdAt: string;
        id: string;
        playerId: string;
        pogId: string;
        quantity: number;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    PlayerItemHistoryOutputDTO

    id: string

    PlayerItemHistoryOutputDTO

    playerId: string

    PlayerItemHistoryOutputDTO

    pogId: string

    PlayerItemHistoryOutputDTO

    quantity: number

    PlayerItemHistoryOutputDTO

    updatedAt: string

    PlayerItemHistoryOutputDTO