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

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

# Interface: CipListTablesResult

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:121](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L121)

Result for table listing operation.

## Properties

### schema?

> `optional` **schema**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:122](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L122)

***

### tableCount

> **tableCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:123](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L123)

***

### tables

> **tables**: [`CipTableMetadata`](CipTableMetadata.md)[]

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:124](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L124)
