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

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

# Interface: LoadDwJsonResult

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:151](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/dw-json.ts#L151)

Result of loading dw.json configuration.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:153](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/dw-json.ts#L153)

The parsed configuration

***

### path

> **path**: `string`

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:155](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/config/dw-json.ts#L155)

The path to the dw.json file that was loaded
