UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

5 lines (4 loc) 151 B
import { LicenseInfo } from "../response/license-info"; export declare class LicenseError extends Error { constructor(licenseInfo: LicenseInfo); }