@trophyso/node
Version:
NodeJS SDK for the Trophy API
7 lines (6 loc) • 302 B
TypeScript
/** Updated status. */
export declare const PatchPointsTriggersRequestItemStatus: {
readonly Active: "active";
readonly Inactive: "inactive";
};
export type PatchPointsTriggersRequestItemStatus = (typeof PatchPointsTriggersRequestItemStatus)[keyof typeof PatchPointsTriggersRequestItemStatus];