---
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:98](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L98)

Result for table listing operation.

## Properties

### schema?

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

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:99](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L99)

***

### tableCount

> **tableCount**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:100](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L100)

***

### tables

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

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:101](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L101)
