# ResolvedCapabilities Interface
The capabilities a resolved LicenseEntitlement grants, ready for gate B (the
interpreter) and PR 2's ensureCapability to query through allowsFunction and
allowsFeature.
# Properties
# features
• features: ReadonlySet‹FeatureId›
Defined in src/license/CapabilityRegistry.ts:18 (opens new window)
# functions
• functions: ReadonlySet‹string›
Defined in src/license/CapabilityRegistry.ts:17 (opens new window)
# unrestricted
• unrestricted: boolean
Defined in src/license/CapabilityRegistry.ts:16 (opens new window)
true short-circuits both allowsFunction and allowsFeature to true.