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
OptionalamountWanted?: number
OptionalitemData?: number
itemID: string
itemType: "sellable"
Optionalmax?: number
Optionalstep?: number
Optionaltexture?: string
title: string
type: "item"
value: number
An item for the sell section of the ServerShop.