---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [config](../index.md) / ConfigResolutionResult

# Interface: ConfigResolutionResult

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:176](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/types.ts#L176)

Result of configuration resolution.

## Properties

### config

> **config**: [`NormalizedConfig`](NormalizedConfig.md)

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:178](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/types.ts#L178)

The resolved configuration

***

### sources

> **sources**: [`ConfigSourceInfo`](ConfigSourceInfo.md)[]

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:182](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/types.ts#L182)

Information about which sources contributed to the config

***

### warnings

> **warnings**: [`ConfigWarning`](ConfigWarning.md)[]

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:180](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/types.ts#L180)

Warnings generated during resolution
