@trophyso/node
Version:
NodeJS SDK for the Trophy API
7 lines (6 loc) • 337 B
TypeScript
/** 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];