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

Result of loading configuration from a source.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:298](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/config/types.ts#L298)

The loaded configuration

***

### location?

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

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:303](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/config/types.ts#L303)

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