@trophyso/node
Version:
NodeJS SDK for the Trophy API
12 lines (11 loc) • 372 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as TrophyApi from "..";
/**
* An object representing the user's streak after incrementing a metric.
*/
export interface IncrementMetricStreakResponse extends TrophyApi.BaseStreakResponse {
/** Whether this metric event increased the user's streak length. */
extended?: boolean;
}