@trophyso/node
Version:
NodeJS SDK for the Trophy API
7 lines (6 loc) • 310 B
TypeScript
/** The metric unit type. Defaults to `number`. */
export declare const CreateMetricRequestItemUnitType: {
readonly Number: "number";
readonly Currency: "currency";
};
export type CreateMetricRequestItemUnitType = (typeof CreateMetricRequestItemUnitType)[keyof typeof CreateMetricRequestItemUnitType];