Skip to main content
Version: 8.9

Type Alias: LicenseResponse

type LicenseResponse = object;

The response of a license request.

Properties

expiresAt

expiresAt: string | null;

The date when the Camunda license expires


isCommercial

isCommercial: boolean;

Will be false when a license contains a non-commerical=true property


licenseType

licenseType: string;

Will return the license type property of the Camunda license


validLicense

validLicense: boolean;

True if the Camunda license is valid, false if otherwise