import { DestinyComponentsPresentationDestinyPresentationNodesComponent } from './destinyComponentsPresentationDestinyPresentationNodesComponent'; /** * COMPONENT TYPE: PresentationNodes */ export interface DestinyResponsesDestinyProfileResponseCharacterPresentationNodes { data?: { [key: string]: DestinyComponentsPresentationDestinyPresentationNodesComponent; }; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }