Skip to main content

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;
}

key

property
string

The orphaned key.

scope

property
string

The scope of the orphaned entry.

updatedAt

property
Date

When the entry was last updated.

valuePreview

property
string

Preview of the stored value (truncated for large values).