mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:40:49 +00:00
refactor(plugin-sdk): narrow config runtime imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Keep this barrel thin and aligned with the local extension surface.
|
||||
|
||||
export type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
|
||||
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
||||
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
|
||||
export { createDedupeCache } from "openclaw/plugin-sdk/core";
|
||||
export { createLoggerBackedRuntime } from "./src/logger-runtime.js";
|
||||
|
||||
Reference in New Issue
Block a user