# TypedKeyProductGrant Interface
One product entry of a typed key payload.
Every field is typed unknown on purpose. Field types are checked when a key is generated,
which constrains nothing about a payload that actually reaches this code, and the checksum
establishes only that the payload arrived intact. Every consumer must therefore narrow a
field before using it rather than trusting its declared shape.
# Properties
# addons OptionalReadonly
• addons? : unknown
Defined in src/license/vendor/extractKeyData.ts:33 (opens new window)
# exp OptionalReadonly
• exp? : unknown
Defined in src/license/vendor/extractKeyData.ts:34 (opens new window)
# grace OptionalReadonly
• grace? : unknown
Defined in src/license/vendor/extractKeyData.ts:35 (opens new window)
# mode OptionalReadonly
• mode? : unknown
Defined in src/license/vendor/extractKeyData.ts:32 (opens new window)
# tier OptionalReadonly
• tier? : unknown
Defined in src/license/vendor/extractKeyData.ts:31 (opens new window)