mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 23:14:47 +00:00
11 lines
457 B
TypeScript
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";
|