UNPKG

@trophyso/node

Version:
12 lines (11 loc) 429 B
/** * This file was auto-generated by Fern from our API Definition. */ export interface UsersPointsEventSummaryResponseItem { /** The date of the data point. For weekly or monthly aggregations, this is the first date of the period. */ date: string; /** The user's total points at the end of this date. */ total: number; /** The change in the user's total points during this period. */ change: number; }