effect-io-ai

Package: effect
Module: MetricState

MetricState.MetricState

A MetricState describes the state of a metric. The type parameter of a metric state corresponds to the type of the metric key (MetricStateType). This phantom type parameter is used to tie keys to their expected states.

Signature

export interface MetricState<in A> extends MetricState.Variance<A>, Equal.Equal, Pipeable {}

Source

Since v2.0.0