UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines (9 loc) 444 B
import { ApplicationCheckInterface, ApplicationCheck, Parameter } from "./../index"; export interface LicenseApplicationCheckInterface extends ApplicationCheckInterface { } export declare class LicenseApplicationCheck extends ApplicationCheck implements LicenseApplicationCheckInterface, Parameter { constructor(data: any); static fromJson(data: any): LicenseApplicationCheck; toJson(): any; clone(): LicenseApplicationCheck; }