UNPKG

@trophyso/node

Version:
7 lines (6 loc) 337 B
/** Updated time unit. Only permitted for time triggers. */ export declare const PatchPointsTriggersRequestItemTimeUnit: { readonly Hours: "hours"; readonly Days: "days"; }; export type PatchPointsTriggersRequestItemTimeUnit = (typeof PatchPointsTriggersRequestItemTimeUnit)[keyof typeof PatchPointsTriggersRequestItemTimeUnit];