Type Alias GiveCommandShopItem
GiveCommandShopItem: {
itemData: number;
itemID: string;
itemType: "giveCommand";
max?: number;
price: number;
remainingStock?: number;
step?: number;
texture?: string;
title: string;
type: "item";
}
Type declaration
itemData: number
itemID: string
itemType: "giveCommand"
Optionalmax?: number
price: number
OptionalremainingStock?: number
Optionalstep?: number
Optionaltexture?: string
title: string
type: "item"
A shop item saved as a namespaced id and an data value.