@trophyso/node
Version:
NodeJS SDK for the Trophy API
7 lines (6 loc) • 337 B
TypeScript
/** The status of the trigger. Defaults to 'inactive'. */
export declare const CreatePointsTriggerRequestItemStatus: {
readonly Active: "active";
readonly Inactive: "inactive";
};
export type CreatePointsTriggerRequestItemStatus = (typeof CreatePointsTriggerRequestItemStatus)[keyof typeof CreatePointsTriggerRequestItemStatus];