Interface LicenseServiceInterface

interface LicenseServiceInterface {
    isFeatureEnabled(featureType: LicenseFeatureType): boolean;
}

Methods