UNPKG

@trophyso/node

Version:
15 lines (14 loc) 407 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * An object representing a past streak period. */ export interface StreakResponseStreakHistoryItem { /** The date this streak period started. */ periodStart: string; /** The date this streak period ended. */ periodEnd: string; /** The length of the user's streak during this period. */ length: number; }