UNPKG

@trophyso/node

Version:
7 lines (6 loc) 302 B
/** Updated status. */ export declare const PatchPointsTriggersRequestItemStatus: { readonly Active: "active"; readonly Inactive: "inactive"; }; export type PatchPointsTriggersRequestItemStatus = (typeof PatchPointsTriggersRequestItemStatus)[keyof typeof PatchPointsTriggersRequestItemStatus];