MCPcopy
hub / github.com/OneUptime/oneuptime / FormattedValue

Interface FormattedValue

Common/Utils/ValueFormatter.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 */
5
6export interface FormattedValue {
7 value: string; // e.g. "1.5"
8 unit: string; // e.g. "MB"
9 formatted: string; // e.g. "1.5 MB"
10}
11
12type UnitThreshold = {
13 threshold: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected