UNPKG

@trophyso/node

Version:
9 lines (8 loc) 278 B
import type * as TrophyApi from "../index"; /** * The user's activity data for the entire year. */ export interface WrappedEntireYear extends TrophyApi.WrappedActivityPeriod { /** The user's longest streak during the year. */ longestStreak: TrophyApi.WrappedStreak; }