import { DestinyEntitiesInventoryDestinyInventoryComponent } from './destinyEntitiesInventoryDestinyInventoryComponent'; /** * Equipped items on the character. COMPONENT TYPE: CharacterEquipment */ export interface DestinyResponsesDestinyCharacterResponseEquipment { data?: DestinyEntitiesInventoryDestinyInventoryComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }