Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/metrics / MetricsBoundInput

Type Alias: MetricsBoundInput

MetricsBoundInput = Date | number | string

Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:183

A metrics bound as accepted from a CLI flag or MCP argument: a Date, epoch milliseconds, or a human string — a relative duration (5m, 1h, 2d, interpreted as "ago") or an ISO 8601 timestamp.

Released under the Apache-2.0 License.