UNPKG

@trophyso/node

Version:
7 lines (6 loc) 310 B
/** 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];