UNPKG

@trophyso/node

Version:
12 lines (11 loc) 305 B
/** * 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"; };