/** * Basic stat value. */ export interface DestinyHistoricalStatsDestinyHistoricalStatsValueBasic { /** * Raw value of the statistic */ value?: number; /** * Localized formated version of the value. */ displayValue?: string; }