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

# CompanionWebClientType

> Enumeration CompanionWebClientType in the Baileys API.

Defined in: [src/Utils/companion-reg-client-utils.ts:3](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L3)

## Enumeration Members

### CHROME

> **CHROME**: `1`

Defined in: [src/Utils/companion-reg-client-utils.ts:5](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L5)

***

### EDGE

> **EDGE**: `2`

Defined in: [src/Utils/companion-reg-client-utils.ts:6](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L6)

***

### ELECTRON

> **ELECTRON**: `7`

Defined in: [src/Utils/companion-reg-client-utils.ts:11](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L11)

***

### FIREFOX

> **FIREFOX**: `3`

Defined in: [src/Utils/companion-reg-client-utils.ts:7](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L7)

***

### IE

> **IE**: `4`

Defined in: [src/Utils/companion-reg-client-utils.ts:8](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L8)

***

### OPERA

> **OPERA**: `5`

Defined in: [src/Utils/companion-reg-client-utils.ts:9](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L9)

***

### OTHER\_WEB\_CLIENT

> **OTHER\_WEB\_CLIENT**: `9`

Defined in: [src/Utils/companion-reg-client-utils.ts:13](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L13)

***

### SAFARI

> **SAFARI**: `6`

Defined in: [src/Utils/companion-reg-client-utils.ts:10](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L10)

***

### UNKNOWN

> **UNKNOWN**: `0`

Defined in: [src/Utils/companion-reg-client-utils.ts:4](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L4)

***

### UWP

> **UWP**: `8`

Defined in: [src/Utils/companion-reg-client-utils.ts:12](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/companion-reg-client-utils.ts#L12)
