UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines (9 loc) 250 B
import { Parameter } from "./../index"; export interface ClearInterface { } export declare class Clear implements ClearInterface, Parameter { constructor(data: any); static fromJson(data: any): Clear; toJson(): any; clone(): Clear; }