import { DestinyEntitiesInventoryDestinyInventoryComponent } from './destinyEntitiesInventoryDestinyInventoryComponent'; /** * The profile-level inventory of the Destiny Profile. COMPONENT TYPE: ProfileInventories */ export interface DestinyResponsesDestinyProfileResponseProfileInventory { data?: DestinyEntitiesInventoryDestinyInventoryComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }