Type alias WallItemData

WallItemData: {
    adurl: string;
    bc: boolean;
    buyout: boolean;
    category: string;
    classname: string;
    description: string;
    environment: string;
    excludeddynamic: boolean;
    furniline: string;
    id: number;
    name: string;
    offerid: number;
    rare: boolean;
    rentbuyout: boolean;
    rentofferid: number;
    revision: number;
    specialtype: number;
}

Type declaration

  • adurl: string
  • bc: boolean
  • buyout: boolean
  • category: string
  • classname: string
  • description: string
  • environment: string
  • excludeddynamic: boolean
  • furniline: string
  • id: number
  • name: string
  • offerid: number
  • rare: boolean
  • rentbuyout: boolean
  • rentofferid: number
  • revision: number
  • specialtype: number

Generated using TypeDoc