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

# Interface: Signature

Defined in: [typescript/src/models/signature.ts:13](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/signature.ts#L13)

## Properties

### algorithm

> `readonly` **algorithm**: [`SignatureAlgorithm`](/sdks/reference/typescript/type-aliases/SignatureAlgorithm)

Defined in: [typescript/src/models/signature.ts:14](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/signature.ts#L14)

***

### keyId

> `readonly` **keyId**: `string`

Defined in: [typescript/src/models/signature.ts:16](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/signature.ts#L16)

***

### value

> `readonly` **value**: `string`

Defined in: [typescript/src/models/signature.ts:18](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/signature.ts#L18)

***

### signedAt

> `readonly` **signedAt**: `Date`

Defined in: [typescript/src/models/signature.ts:20](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/signature.ts#L20)
