UNPKG

@gridscale/api

Version:
15 lines (13 loc) 204 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type MetricsValue = { /** * Value */ value: number; /** * Unit of value */ unit: string; }