import { DestinyEntitiesVendorsDestinyVendorCategoriesComponent } from './destinyEntitiesVendorsDestinyVendorCategoriesComponent'; /** * Categories that the vendor has available, and references to the sales therein. COMPONENT TYPE: VendorCategories */ export interface DestinyResponsesDestinyVendorResponseCategories { data?: DestinyEntitiesVendorsDestinyVendorCategoriesComponent; privacy?: number; /** * If true, this component is disabled. */ disabled?: boolean; }