UNPKG

@trophyso/node

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