/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Many items can be rendered in 3D. When you request this block, you will obtain the custom data needed to render this specific instance of the item. */ export interface DestinyEntitiesItemsDestinyItemRenderComponent { /** * If you should use custom dyes on this item, it will be indicated here. */ useCustomDyes?: boolean; /** * A dictionary for rendering gear components, with: key = Art Arrangement Region Index value = The chosen Arrangement Index for the Region, based on the value of a stat on the item used for making the choice. */ artRegions?: { [key: string]: number; }; }