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

Result of loading configuration from a source.

## Properties

### config

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

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

The loaded configuration

***

### location?

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

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

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