Skip to content

LicensingBenefit

Public licensing declaration schema; eligibility is never automatic issuance.

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">>;
}>;