openclaw/extensions/feishu/runtime-api.ts

10 lines
312 B
TypeScript

// Private runtime barrel for the bundled Feishu extension.
// Keep this barrel thin and aligned with the local extension surface.
export * from "openclaw/plugin-sdk/feishu";
export {
isRequestBodyLimitError,
readRequestBodyWithLimit,
requestBodyErrorToText,
} from "openclaw/plugin-sdk/webhook-ingress";