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