UNPKG

@trophyso/node

Version:
7 lines (6 loc) 344 B
/** Required if type is `time`. The unit for the time interval. */ export declare const CreatePointsTriggerRequestItemTimeUnit: { readonly Hours: "hours"; readonly Days: "days"; }; export type CreatePointsTriggerRequestItemTimeUnit = (typeof CreatePointsTriggerRequestItemTimeUnit)[keyof typeof CreatePointsTriggerRequestItemTimeUnit];