Takaro - v0.7.2
    Preparing search index...

    Interface ShopRecentOrderDTO

    ShopRecentOrderDTO

    interface ShopRecentOrderDTO {
        id: string;
        itemName: string;
        playerId: string;
        playerName?: string;
        status: string;
        time: string;
        value: number;
    }
    Index

    Properties

    id: string

    ShopRecentOrderDTO

    itemName: string

    ShopRecentOrderDTO

    playerId: string

    ShopRecentOrderDTO

    playerName?: string

    ShopRecentOrderDTO

    status: string

    ShopRecentOrderDTO

    time: string

    ShopRecentOrderDTO

    value: number

    ShopRecentOrderDTO