AdapterEnvelope
Defined in: packages/core/src/types.ts:101
The data structure exchanged between the Manager and the Adapter. Wraps the actual config with metadata to ensure data integrity and versioning.
Type Parameters
Section titled “Type Parameters”TCurrent
Section titled “TCurrent”TCurrent = unknown
The type of the configuration.
Properties
Section titled “Properties”config
Section titled “config”config:
TCurrent
Defined in: packages/core/src/types.ts:102
metadata
Section titled “metadata”metadata:
ManagerMetadata
Defined in: packages/core/src/types.ts:103