Type Alias: LicenseResponse
type LicenseResponse = object;
Defined in: gen/types.gen.ts:4502
The response of a license request.
Properties
expiresAt?
optional expiresAt: string | null;
Defined in: gen/types.gen.ts:4518
The date when the Camunda license expires
isCommercial
isCommercial: boolean;
Defined in: gen/types.gen.ts:4514
Will be false when a license contains a non-commerical=true property
licenseType
licenseType: string;
Defined in: gen/types.gen.ts:4510
Will return the license type property of the Camunda license
validLicense
validLicense: boolean;
Defined in: gen/types.gen.ts:4506
True if the Camunda license is valid, false if otherwise