/** * If this item has available metrics to be shown, this block will be non-null have the appropriate hashes defined. */ export interface DestinyDefinitionsDestinyInventoryItemDefinitionMetrics { /** * Hash identifiers for any DestinyPresentationNodeDefinition entry that can be used to list available metrics. Any metric listed directly below these nodes, or in any of these nodes\' children will be made available for selection. */ availableMetricCategoryNodeHashes?: Array; }