import { DestinyEntitiesInventoryDestinyInventoryComponent } from './destinyEntitiesInventoryDestinyInventoryComponent'; /** * The character-level non-equipped inventory items. COMPONENT TYPE: CharacterInventories */ export interface DestinyResponsesDestinyCharacterResponseInventory { data?: DestinyEntitiesInventoryDestinyInventoryComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }