LicensingBenefit
Public licensing declaration schema; eligibility is never automatic issuance.
Declaration
Section titled “Declaration”const LicensingBenefit: Schema.Struct<{ entitlement: Schema.brand<Schema.String, "EntitlementKey">; activationLimit: Schema.Int; type: Schema.tag<"license_eligibility">; validity: Schema.withConstructorDefault<Schema.Literal<"while_entitled">>;}>;