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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [scaffold](../index.md) / SourceDetectionResult

# Interface: SourceDetectionResult

Defined in: [packages/b2c-tooling-sdk/src/scaffold/sources.ts:227](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/sources.ts#L227)

Result of detecting a source parameter value from a filesystem path.

## Properties

### companionVariables

> **companionVariables**: `Record`\<`string`, `string`\>

Defined in: [packages/b2c-tooling-sdk/src/scaffold/sources.ts:231](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/sources.ts#L231)

Companion variables to set (e.g., { cartridgeNamePath: "cartridges/app_custom" })

***

### value

> **value**: `string`

Defined in: [packages/b2c-tooling-sdk/src/scaffold/sources.ts:229](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/scaffold/sources.ts#L229)

The resolved parameter value (e.g., cartridge name)
