UNPKG

@trophyso/node

Version:
11 lines (10 loc) 176 B
/** * @example * { * awards: 1 * } */ export interface UsersPointsRequest { /** The number of recent point awards to return. */ awards?: number; }