UNPKG

@trophyso/node

Version:
13 lines (12 loc) 329 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * The type of trigger */ export declare type PointsTriggerType = "metric" | "achievement" | "streak"; export declare const PointsTriggerType: { readonly Metric: "metric"; readonly Achievement: "achievement"; readonly Streak: "streak"; };