Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / ConfigResolutionResult

Interface: ConfigResolutionResult

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:103

Result of configuration resolution.

Properties

config

config: NormalizedConfig

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:105

The resolved configuration


sources

sources: ConfigSourceInfo[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:109

Information about which sources contributed to the config


warnings

warnings: ConfigWarning[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:107

Warnings generated during resolution

All rights reserved.