import { DestinyComponentsItemsDestinyItemPlugObjectivesComponent } from './destinyComponentsItemsDestinyItemPlugObjectivesComponent'; /** * Information about objectives on Plugs for a given item. See the component\'s documentation for more info. COMPONENT TYPE: ItemPlugObjectives */ export interface DestinyResponsesDestinyItemResponsePlugObjectives { data?: DestinyComponentsItemsDestinyItemPlugObjectivesComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }