/** * If this category has an overlay prompt that should appear, this contains the details of that prompt. */ export interface DestinyDefinitionsDestinyVendorCategoryEntryDefinitionOverlay { choiceDescription?: string; description?: string; icon?: string; title?: string; /** * If this overlay has a currency item that it features, this is said featured item. */ currencyItemHash?: number; }