mirror of https://github.com/openclaw/openclaw.git
10 lines
312 B
TypeScript
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";
|