@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias LicenseResponse

    The response of a license request.

    type LicenseResponse = {
        expiresAt?: string | null;
        isCommercial: boolean;
        licenseType: string;
        validLicense: boolean;
    }
    Index

    Properties

    expiresAt?: string | null

    The date when the Camunda license expires

    isCommercial: boolean

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

    licenseType: string

    Will return the license type property of the Camunda license

    validLicense: boolean

    True if the Camunda license is valid, false if otherwise