/** * Weighted value of the stat if a weight greater than 1 has been assigned. */ export interface DestinyHistoricalStatsDestinyHistoricalStatsValueWeighted { /** * Raw value of the statistic */ value?: number; /** * Localized formated version of the value. */ displayValue?: string; }