UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

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