Skip to content

AdapterEnvelope

Defined in: packages/core/src/types.ts:79

The data structure exchanged between the Manager and the Adapter. Wraps the actual config with metadata to ensure data integrity and versioning.

TCurrent = unknown

The type of the configuration.

config: TCurrent

Defined in: packages/core/src/types.ts:80


metadata: ManagerMetadata

Defined in: packages/core/src/types.ts:81