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

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

# Interface: ConfigLoadResult

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:292](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/4c2d4c5cb34e8e0ea15a260d257e468c823c4885/packages/b2c-tooling-sdk/src/config/types.ts#L292)

Result of loading configuration from a source.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:294](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/4c2d4c5cb34e8e0ea15a260d257e468c823c4885/packages/b2c-tooling-sdk/src/config/types.ts#L294)

The loaded configuration

***

### location?

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:299](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/4c2d4c5cb34e8e0ea15a260d257e468c823c4885/packages/b2c-tooling-sdk/src/config/types.ts#L299)

Location of the source (for diagnostics).
May be a file path, keychain entry, URL, or other identifier.
