Interface SellableItem

interface SellableItem {
    Guard_id: Guard;
    PlayerWearableItemCategory_Id: string;
    animated: boolean;
    animationData: null;
    animationSacha: null;
    availableMaanaAfterFirstVariation: string;
    bodyLocation: string;
    boughtOnStore: string;
    categoriesToHide: unknown[];
    categoryLimit: null;
    categoryName: null;
    categoryUnique: boolean;
    defaultPrice: string;
    description: string;
    eventId: null;
    gold: null;
    group: string;
    icon: string;
    id: string;
    image: null;
    maana: null;
    maxQuantity: string;
    movable: boolean;
    name: string;
    previewCategoriesToHide: unknown[];
    purroprice: null;
    quantity: string;
    rarity: Rarity;
    stockable: string;
    tradable: string;
    versionnedIcon: null;
    wearIndex: null;
}

Properties

Guard_id: Guard
PlayerWearableItemCategory_Id: string
animated: boolean
animationData: null
animationSacha: null
availableMaanaAfterFirstVariation: string
bodyLocation: string
boughtOnStore: string
categoriesToHide: unknown[]
categoryLimit: null
categoryName: null
categoryUnique: boolean
defaultPrice: string
description: string
eventId: null
gold: null
group: string
icon: string
id: string
image: null
maana: null
maxQuantity: string
movable: boolean
name: string
previewCategoriesToHide: unknown[]
purroprice: null
quantity: string
rarity: Rarity
stockable: string
tradable: string
versionnedIcon: null
wearIndex: null