scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
15 lines (14 loc) • 449 B
TypeScript
import { LicenseCheckStatus, LicenseType } from "../../types/licensingClasses";
declare class LicenseManager2dState {
isDev: boolean;
orderId: string;
productCode: string;
devCount: number;
licenseType: LicenseType;
licenseType3D: LicenseType;
telemetryEnabled: boolean;
error: string;
checkStatus: LicenseCheckStatus;
}
export declare const licenseManager2dState: LicenseManager2dState;
export {};