/** * Per game average for the statistic, if applicable */ export interface DestinyHistoricalStatsDestinyHistoricalStatsValuePga { /** * Raw value of the statistic */ value?: number; /** * Localized formated version of the value. */ displayValue?: string; }