---
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:235](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/config/types.ts#L235)

Result of configuration resolution.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:237](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/config/types.ts#L237)

The resolved configuration

***

### sources

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:241](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/config/types.ts#L241)

Information about which sources contributed to the config

***

### warnings

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:239](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/config/types.ts#L239)

Warnings generated during resolution
