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

Result of loading dw.json configuration.

## Properties

### config

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

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:180](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/config/dw-json.ts#L180)

The parsed configuration

***

### path

> **path**: `string`

Defined in: [packages/b2c-tooling-sdk/src/config/dw-json.ts:182](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/config/dw-json.ts#L182)

The path to the dw.json file that was loaded
