Type Alias ThrottleOptions

ThrottleOptions: InitStreamOptions & {
    elapsed: Interval;
}