import { DestinyComponentsKiosksDestinyKiosksComponent } from './destinyComponentsKiosksDestinyKiosksComponent'; /** * Items available from Kiosks that are available to this specific character. COMPONENT TYPE: Kiosks */ export interface DestinyResponsesDestinyCharacterResponseKiosks { data?: DestinyComponentsKiosksDestinyKiosksComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }