UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

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