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