Skip to content
View as Markdown
View as Markdown

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

Interface: ConfigResolutionResult

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

Result of configuration resolution.

Properties

config

config: NormalizedConfig

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

The resolved configuration


sources

sources: ConfigSourceInfo[]

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

Information about sources that contributed values or instance-catalog context


warnings

warnings: ConfigWarning[]

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

Warnings generated during resolution

Released under the Apache-2.0 License.