Type Alias SellableShopItem
SellableShopItem: {
amountWanted?: number;
itemData?: number;
itemID: string;
itemType: "sellable";
max?: number;
step?: number;
texture?: string;
title: string;
type: "item";
value: number;
}
Type declaration
Optional
amountWanted?: number
Optional
itemData?: number
itemID: string
itemType: "sellable"
Optional
max?: number
Optional
step?: number
Optional
texture?: string
title: string
type: "item"
value: number
An item for the sell section of the ServerShop.