Interface ShopListingUpdateDTO

ShopListingUpdateDTO

interface ShopListingUpdateDTO {
    draft?: boolean;
    gameServerId?: string;
    items?: ShopListingItemMetaInputDTO[];
    name?: string;
    price?: number;
}

Properties

draft?: boolean

ShopListingUpdateDTO

gameServerId?: string

ShopListingUpdateDTO

ShopListingUpdateDTO

name?: string

ShopListingUpdateDTO

price?: number

ShopListingUpdateDTO