Takaro - v0.4.9
    Preparing search index...

    Interface ShopOrderCreateDTO

    ShopOrderCreateDTO

    interface ShopOrderCreateDTO {
        amount: number;
        listingId: string;
        playerId?: string;
    }
    Index

    Properties

    amount: number

    ShopOrderCreateDTO

    listingId: string

    ShopOrderCreateDTO

    playerId?: string

    ShopOrderCreateDTO