Skip to content

@salesforce/b2c-tooling-sdk / config / LoadDwJsonResult

Interface: LoadDwJsonResult ​

Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:149

Result of loading dw.json configuration.

Properties ​

config ​

config: DwJsonConfig

Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:151

The parsed configuration


path ​

path: string

Defined in: packages/b2c-tooling-sdk/src/config/dw-json.ts:153

The path to the dw.json file that was loaded

Released under the Apache-2.0 License.