Files
openclaw/src/config/mutation-types.ts
T
Peter Steinberger d1684f48a3 refactor: delete dead infra and config exports (#106019)
* 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
2026-07-13 12:00:47 -07:00

3 lines
133 B
TypeScript

/** Selects whether a mutation starts from runtime or source config shape. */
export type ConfigMutationBase = "runtime" | "source";