UNPKG

@trophyso/node

Version:
7 lines (6 loc) 248 B
/** The metric unit type. */ export declare const CreatedMetricUnitType: { readonly Number: "number"; readonly Currency: "currency"; }; export type CreatedMetricUnitType = (typeof CreatedMetricUnitType)[keyof typeof CreatedMetricUnitType];