MCPcopy
hub / github.com/louislam/dockge / KumaRateLimiterOpts

Interface KumaRateLimiterOpts

backend/rate-limiter.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { log } from "./log";
5
6export interface KumaRateLimiterOpts extends RateLimiterOpts {
7 errorMessage : string;
8}
9
10export type KumaRateLimiterCallback = (err : object) => void;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected