Interface ShopListingCreateDTO

ShopListingCreateDTO

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

Properties

draft?: boolean

ShopListingCreateDTO

gameServerId: string

ShopListingCreateDTO

ShopListingCreateDTO

name?: string

ShopListingCreateDTO

price: number

ShopListingCreateDTO