---
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:247](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L247)

Information about a configuration source that participated in resolution.

## Properties

### fields

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:255](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L255)

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:257](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L257)

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

***

### instanceCatalog?

> `optional` **instanceCatalog**: [`ConfigCatalogFile`](ConfigCatalogFile.md)[]

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:259](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L259)

dw.json files available to this source for named/default instance selection.

***

### location?

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:253](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L253)

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

***

### name

> **name**: `string`

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:249](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L249)

Human-readable name of the source

***

### scope?

> `optional` **scope**: `"global"`

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:251](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L251)

Logical scope of the source when it differs from the primary project configuration.
