UNPKG

@trophyso/node

Version:
14 lines (13 loc) 285 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface UsersStreakRequest { /** * The number of past streak periods to include in the streakHistory field of the response. */ historyPeriods?: number; }