> ## 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.

# Type Alias: PublicKeys

> **PublicKeys** = `Readonly`\<`Record`\<`string`, `string`>>

Defined in: typescript/src/crypto/offline-verifier.ts:61

Maps a key ID (the record's `signature.keyId`, usually `default`) to that
key's PEM public key.
