Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

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

Interface: ConfigLoadResult

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:161

Result of loading configuration from a source.

Properties

config

config: NormalizedConfig

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:163

The loaded configuration


location?

optional location: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:168

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

Released under the Apache-2.0 License.