UNPKG

@trophyso/node

Version:
7 lines (6 loc) 220 B
export interface MetricEventLeaderboardResponseBreakdownAttributeValuesItem { /** The key of the breakdown attribute. */ key: string; /** The user's value for the breakdown attribute. */ value: string; }