---
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:168](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/config/dw-json.ts#L168)

Result of loading dw.json configuration.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:170](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/config/dw-json.ts#L170)

The parsed configuration

***

### path

> **path**: `string`

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:172](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/config/dw-json.ts#L172)

The path to the dw.json file that was loaded
