# CapabilityGrant Interface
Describes what a capability token grants: a set of function ids, a set of FeatureId
values, and optionally other tokens it implies. implies is expanded recursively by
CapabilityRegistry.resolve, not by anything in this file.
# Properties
# features
• features: FeatureId[]
Defined in src/license/capabilities.ts:59 (opens new window)
# functions
• functions: string[]
Defined in src/license/capabilities.ts:58 (opens new window)
# implies Optional
• implies? : string[]
Defined in src/license/capabilities.ts:60 (opens new window)