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

# WABusinessProfile

> Type Alias WABusinessProfile in the Baileys API.

> **WABusinessProfile**: `object`

Defined in: [src/Types/index.ts:54](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/index.ts#L54)

## Type declaration

### address?

> `optional` **address**: `string`

### business\_hours

> **business\_hours**: `object`

#### business\_hours.business\_config?

> `optional` **business\_config**: [`WABusinessHoursConfig`](/api-reference/type-aliases/WABusinessHoursConfig)\[]

#### business\_hours.config?

> `optional` **config**: [`WABusinessHoursConfig`](/api-reference/type-aliases/WABusinessHoursConfig)\[]

#### business\_hours.timezone?

> `optional` **timezone**: `string`

### category?

> `optional` **category**: `string`

### description

> **description**: `string`

### email

> **email**: `string` | `undefined`

### website

> **website**: `string`\[]

### wid?

> `optional` **wid**: `string`
