# ResolvedLicense Interface
Both halves of the license decision, resolved from one reading of the key.
They are deliberately produced together: the two gates ask different questions of the same string, and parsing it twice would let them disagree about what it says.
# Properties
# entitlement
• entitlement: LicenseEntitlement
Defined in src/license/licenseResolution.ts:69 (opens new window)
Gate B — which functions and API features the key grants.
# validityState
• validityState: LicenseKeyValidityState
Defined in src/license/licenseResolution.ts:67 (opens new window)
Gate A — may this instance evaluate formulas at all.