Type Alias MovingAverageTimedOptions

MovingAverageTimedOptions: Readonly<{
    abort?: AbortSignal;
    default?: number;
    interval: Interval;
}>