mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:10:42 +00:00
7 lines
367 B
TypeScript
7 lines
367 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-runtime";
|
|
export { getPluginRuntimeGatewayRequestScope } from "openclaw/plugin-sdk/plugin-runtime";
|
|
export type { PluginRuntime } from "openclaw/plugin-sdk/runtime-store";
|