@trophyso/node
Version:
NodeJS SDK for the Trophy API
12 lines (11 loc) • 455 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as TrophyApi from "..";
/**
* An object representing the user's streak.
*/
export interface StreakResponse extends TrophyApi.BaseStreakResponse {
/** A list of the user's past streak periods up through the current period. Each period includes the start and end dates and the length of the streak. */
streakHistory?: TrophyApi.StreakResponseStreakHistoryItem[];
}