Files
openclaw-openclaw/extensions/feishu/src/monitor-state-runtime-api.ts
2026-06-04 21:59:00 -04:00

9 lines
295 B
TypeScript

// Feishu API module exposes the plugin public contract.
export type { RuntimeEnv } from "../runtime-api.js";
export {
createFixedWindowRateLimiter,
createWebhookAnomalyTracker,
WEBHOOK_ANOMALY_COUNTER_DEFAULTS,
WEBHOOK_RATE_LIMIT_DEFAULTS,
} from "openclaw/plugin-sdk/webhook-ingress";