mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
refactor(plugin-sdk): narrow config runtime imports
This commit is contained in:
@@ -30,7 +30,7 @@ export type {
|
||||
ChannelDirectoryEntry,
|
||||
ChannelMessageActionContext,
|
||||
} from "openclaw/plugin-sdk/channel-contract";
|
||||
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
||||
export { formatZonedTimestamp } from "openclaw/plugin-sdk/core";
|
||||
export type { PluginRuntime, RuntimeLogger } from "openclaw/plugin-sdk/plugin-runtime";
|
||||
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime-env";
|
||||
|
||||
Reference in New Issue
Block a user