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

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / MrtDeploymentsView

# Interface: MrtDeploymentsView

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:608](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L608)

Backend-neutral deployment list result.

## Properties

### backend

> **backend**: [`MrtBackend`](../type-aliases/MrtBackend.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:610](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L610)

Backend that served the list.

***

### count

> **count**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:612](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L612)

Total count reported by the backend.

***

### deployments

> **deployments**: [`MrtDeploymentView`](MrtDeploymentView.md)[]

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:614](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L614)

Normalized deployment rows, consumed by the CLI table.

***

### raw

> **raw**: `unknown`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:622](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/1dedfc1ffefa01c3d5bff62c8f7e7e682a1a91cd/packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts#L622)

The raw, backend-native list response, surfaced verbatim under `--json` so
each backend keeps its original machine contract (legacy: the MRT Cloud API
list shape — `count`/`next`/`previous`/`deployments`; SCAPI: the Storefront
Deployments response — `data`/`total`). The normalized [deployments](#deployments)
feed the human table only.
