Repository URL to install this package:
|
Version:
0.8.1 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
export namespace MetricValue {
const Count: string;
const Duration: string;
const DurationWithoutDelay: string;
const QosDelay: string;
const QosState: string;
const QueueSize: string;
const TypeFloat: string;
const TypeTdigest: string;
}
export type MetricValue = string;
declare namespace _default {
import MetricValue = MetricValue;
export { MetricValue };
}
export default _default;