/** * 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. */ /** * Raw data about the customization options chosen for a character\'s face and appearance. You can look up the relevant class/race/gender combo in DestinyCharacterCustomizationOptionDefinition for the character, and then look up these values within the CustomizationOptions found to pull some data about their choices. Warning: not all of that data is meaningful. Some data has useful icons. Others have nothing, and are only meant for 3D rendering purposes (which we sadly do not expose yet) */ export interface DestinyCharacterDestinyCharacterCustomization { personality?: number; face?: number; skinColor?: number; lipColor?: number; eyeColor?: number; hairColors?: Array; featureColors?: Array; decalColor?: number; wearHelmet?: boolean; hairIndex?: number; featureIndex?: number; decalIndex?: number; }