mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 11:41:35 +00: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";
|