UNPKG

@trophyso/node

Version:
7 lines (6 loc) 337 B
/** 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];