mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 08:02:12 -06:00
d1684f48a3
* refactor: delete dead infra and config exports * refactor: preserve live infra and config contracts * refactor(config): remove obsolete file-store lifecycle APIs * refactor(infra): finish current-main dead export cleanup
3 lines
133 B
TypeScript
3 lines
133 B
TypeScript
/** Selects whether a mutation starts from runtime or source config shape. */
|
|
export type ConfigMutationBase = "runtime" | "source";
|