# TypedKeyTypeDefinition Interface

One key type of the typed-key schema: its tag, the legal wording it is spelled with, and whether it carries an expiration date and a hard stop.

Only tag is read while parsing a key. The remaining fields describe the human-readable prose and are used at generation, which HyperFormula never does; they are kept so this file stays a faithful copy of the upstream vocabulary and so drift is detectable by hashing.

# Properties

# expires Readonly

expires: boolean

Defined in src/license/vendor/defaultSchema.ts:25 (opens new window)


# expiryWording Readonly

expiryWording: string

Defined in src/license/vendor/defaultSchema.ts:24 (opens new window)


# hasHardStop Readonly

hasHardStop: boolean

Defined in src/license/vendor/defaultSchema.ts:26 (opens new window)


# legalClauses Readonly

legalClauses: readonly string[]

Defined in src/license/vendor/defaultSchema.ts:23 (opens new window)


# tag Readonly

tag: string

Defined in src/license/vendor/defaultSchema.ts:22 (opens new window)