UNPKG

@trophyso/node

Version:
7 lines (6 loc) 265 B
/** The status of the trigger. */ export declare const AdminPointsTriggerStatus: { readonly Active: "active"; readonly Inactive: "inactive"; }; export type AdminPointsTriggerStatus = (typeof AdminPointsTriggerStatus)[keyof typeof AdminPointsTriggerStatus];