7 lines
185 B
TypeScript
Raw Permalink Normal View History

2026-03-19 07:16:56 +00:00
export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export type {
OpenClawPluginApi,
ProviderAuthContext,
ProviderAuthResult,
} from "openclaw/plugin-sdk/core";