UNPKG

@trophyso/node

Version:
10 lines (9 loc) 465 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.StreakEvaluationModePreference = void 0; /** Whether meeting any single metric threshold (`OR`) or all configured metric thresholds (`AND`) extends the user's streak. Matches the evaluation mode configured in dashboard streak settings. */ exports.StreakEvaluationModePreference = { Or: "OR", And: "AND", };