mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 07:31:44 +00:00
7 lines
235 B
TypeScript
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 };
|