import { DestinyEntitiesInventoryDestinyInventoryComponent } from './destinyEntitiesInventoryDestinyInventoryComponent'; /** * The profile-level currencies owned by the Destiny Profile. COMPONENT TYPE: ProfileCurrencies */ export interface DestinyResponsesDestinyProfileResponseProfileCurrencies { data?: DestinyEntitiesInventoryDestinyInventoryComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }