@trophyso/node
Version:
NodeJS SDK for the Trophy API
12 lines (11 loc) • 305 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
/**
* The status of the trigger.
*/
export declare type PointsTriggerResponseStatus = "active" | "archived";
export declare const PointsTriggerResponseStatus: {
readonly Active: "active";
readonly Archived: "archived";
};