import { DestinyEntitiesVendorsDestinyVendorComponent } from './destinyEntitiesVendorsDestinyVendorComponent'; /** * The base properties of the vendor. COMPONENT TYPE: Vendors */ export interface DestinyResponsesDestinyVendorResponseVendor { data?: DestinyEntitiesVendorsDestinyVendorComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }