import { DestinyComponentsRecordsDestinyCharacterRecordsComponent } from './destinyComponentsRecordsDestinyCharacterRecordsComponent'; /** * COMPONENT TYPE: Records */ export interface DestinyResponsesDestinyProfileResponseCharacterRecords { data?: { [key: string]: DestinyComponentsRecordsDestinyCharacterRecordsComponent; }; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }