Files
openclaw/src/plugin-sdk/config-types.ts
2026-05-10 12:37:10 +01:00

11 lines
457 B
TypeScript

/**
* @deprecated Broad public SDK type barrel. Prefer focused config type
* subpaths or plugin-local config types.
*/
export type * from "../config/types.js";
export type { ConfigWriteAfterWrite } from "../config/runtime-snapshot.js";
export type { ChannelGroupPolicy } from "../config/group-policy.js";
export type { SessionResetMode } from "../config/sessions/reset.js";
export type { SessionEntry, SessionScope } from "../config/sessions/types.js";