mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 10:25:20 -06:00
3 lines
172 B
TypeScript
3 lines
172 B
TypeScript
/** Source class for plugin registry snapshots used by diagnostics and cache decisions. */
|
|
export type PluginRegistrySnapshotSource = "provided" | "persisted" | "derived";
|