Files
openclaw/src/plugin-sdk/provider-web-fetch-contract.ts
2026-04-07 11:42:24 +01:00

7 lines
235 B
TypeScript

// Narrow shared exports for web-fetch contract surfaces.
import type { WebFetchProviderPlugin } from "../plugins/types.js";
export { enablePluginInConfig } from "./provider-enable-config.js";
export type { WebFetchProviderPlugin };