Files
openclaw/src/plugins/plugin-registry-snapshot.types.ts
2026-06-03 20:15:37 -04:00

3 lines
172 B
TypeScript

/** Source class for plugin registry snapshots used by diagnostics and cache decisions. */
export type PluginRegistrySnapshotSource = "provided" | "persisted" | "derived";