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

# SignedKeyPair

> Type Alias SignedKeyPair in the Baileys API.

> **SignedKeyPair**: `object`

Defined in: [src/Types/Auth.ts:6](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Auth.ts#L6)

## Type declaration

### keyId

> **keyId**: `number`

### keyPair

> **keyPair**: [`KeyPair`](/api-reference/type-aliases/KeyPair)

### signature

> **signature**: `Uint8Array`

### timestampS?

> `optional` **timestampS**: `number`
