import { DestinyEntitiesItemsDestinyItemObjectivesComponent } from './destinyEntitiesItemsDestinyItemObjectivesComponent'; /** * Information specifically about the item\'s objectives. COMPONENT TYPE: ItemObjectives */ export interface DestinyResponsesDestinyItemResponseObjectives { data?: DestinyEntitiesItemsDestinyItemObjectivesComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }