import { DestinyComponentsCollectiblesDestinyProfileCollectiblesComponent } from './destinyComponentsCollectiblesDestinyProfileCollectiblesComponent'; /** * COMPONENT TYPE: Collectibles */ export interface DestinyResponsesDestinyProfileResponseProfileCollectibles { data?: DestinyComponentsCollectiblesDestinyProfileCollectiblesComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }