> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# CatalogResult

> Type Alias CatalogResult in the Baileys API.

> **CatalogResult**: `object`

Defined in: [src/Types/Product.ts:3](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Product.ts#L3)

## Type declaration

### data

> **data**: `object`

#### data.data

> **data**: `any`\[]

#### data.paging

> **paging**: `object`

#### data.paging.cursors

> **cursors**: `object`

#### data.paging.cursors.after

> **after**: `string`

#### data.paging.cursors.before

> **before**: `string`
