OrphanedSettingsStoreEntry
OrphanedSettingsStoreEntry
Represents an orphaned settings store entry that no longer has a corresponding field definition in the configuration.
Signature
interface OrphanedSettingsStoreEntry {
key: string;
scope: string;
updatedAt: Date;
valuePreview: string;
}