UNPKG

@trophyso/node

Version:
9 lines (8 loc) 285 B
export interface BulkStreakResponseItem { /** The ID of the user. */ userId: string; /** The length of the user's streak. */ streakLength: number; /** The timestamp the streak was extended, as a string. Null if the streak is not active. */ extended?: string; }