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

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

# Interface: ConfigSourceInfo

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

Information about a configuration source that contributed to resolution.

## Properties

### fields

> **fields**: keyof [`NormalizedConfig`](NormalizedConfig.md)[]

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

All fields that this source provided values for

***

### fieldsIgnored?

> `optional` **fieldsIgnored**: keyof [`NormalizedConfig`](NormalizedConfig.md)[]

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

Fields that were not used because a higher priority source already provided them

***

### location?

> `optional` **location**: `string`

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

Location of the source (file path, keychain entry, URL, etc.)

***

### name

> **name**: `string`

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

Human-readable name of the source
