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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [config](../index.md) / ConfigCatalogFile

# Interface: ConfigCatalogFile

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:235](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L235)

A dw.json file participating in the effective instance catalog.

## Properties

### location

> **location**: `string`

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:237](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L237)

File path.

***

### scope

> **scope**: `"primary"` \| `"global"`

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:239](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L239)

Whether this is the primary project file or the shared global file.

***

### selected

> **selected**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/config/types.ts:241](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/config/types.ts#L241)

Whether this file supplied the selected instance.
