import { DestinyComponentsKiosksDestinyKiosksComponent } from './destinyComponentsKiosksDestinyKiosksComponent'; /** * Items available from Kiosks that are available Profile-wide (i.e. across all characters) This component returns information about what Kiosk items are available to you on a *Profile* level. It is theoretically possible for Kiosks to have items gated by specific Character as well. If you ever have those, you will find them on the characterKiosks property. COMPONENT TYPE: Kiosks */ export interface DestinyResponsesDestinyProfileResponseProfileKiosks { data?: DestinyComponentsKiosksDestinyKiosksComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }