UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

13 lines (12 loc) 507 B
import { HttpSettingsSSLProtocol, Parameter } from "./../index"; export interface ProtocolsHttpSettingsSSLInterface { protocol: Array<HttpSettingsSSLProtocol>; } export declare class ProtocolsHttpSettingsSSL implements ProtocolsHttpSettingsSSLInterface, Parameter { protocol: Array<HttpSettingsSSLProtocol>; constructor(data: any); static getProtocolDescription(): string; static fromJson(data: any): ProtocolsHttpSettingsSSL; toJson(): any; clone(): ProtocolsHttpSettingsSSL; }