import { DestinyComponentsRecordsDestinyProfileRecordsComponent } from './destinyComponentsRecordsDestinyProfileRecordsComponent'; /** * COMPONENT TYPE: Records */ export interface DestinyResponsesDestinyProfileResponseProfileRecords { data?: DestinyComponentsRecordsDestinyProfileRecordsComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }