mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
7 lines
365 B
TypeScript
7 lines
365 B
TypeScript
// Private runtime barrel for the bundled Nostr extension.
|
|
// Keep this barrel thin and aligned with the local extension surface.
|
|
|
|
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
|
export { getPluginRuntimeGatewayRequestScope } from "openclaw/plugin-sdk/plugin-runtime";
|
|
export type { PluginRuntime } from "openclaw/plugin-sdk/runtime-store";
|