Takaro - v0.4.9
    Preparing search index...

    Interface PlayerLocationOutputDTO

    PlayerLocationOutputDTO

    interface PlayerLocationOutputDTO {
        createdAt: string;
        id: string;
        playerId: string;
        pogId: string;
        updatedAt: string;
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    createdAt: string

    PlayerLocationOutputDTO

    id: string

    PlayerLocationOutputDTO

    playerId: string

    PlayerLocationOutputDTO

    pogId: string

    PlayerLocationOutputDTO

    updatedAt: string

    PlayerLocationOutputDTO

    x: number

    PlayerLocationOutputDTO

    y: number

    PlayerLocationOutputDTO

    z: number

    PlayerLocationOutputDTO