# TypedKeyPayload

A typed key payload. Only `v` is verified before this type is handed out (against
[TYPED_KEY_SUPPORTED_VERSIONS](../globals.md#const-typed_key_supported_versions)); see [TypedKeyProductGrant](typedkeyproductgrant.md) for why the rest is
`unknown`.

## Properties

### holder

• **holder**? : *unknown*

*Defined in [src/license/vendor/extractKeyData.ts:47](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/extractKeyData.ts#L47)*

___

### iss

• **iss**? : *unknown*

*Defined in [src/license/vendor/extractKeyData.ts:48](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/extractKeyData.ts#L48)*

___

### products

• **products**: *Readonly‹Record‹string, [TypedKeyProductGrant](typedkeyproductgrant.md)››*

*Defined in [src/license/vendor/extractKeyData.ts:45](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/extractKeyData.ts#L45)*

___

### ref

• **ref**? : *unknown*

*Defined in [src/license/vendor/extractKeyData.ts:46](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/extractKeyData.ts#L46)*

___

### v

• **v**: *number*

*Defined in [src/license/vendor/extractKeyData.ts:44](https://github.com/handsontable/hyperformula/blob/7c25bbc/src/license/vendor/extractKeyData.ts#L44)*