UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

14 lines (13 loc) 426 B
import { Parameter } from "./../index"; export interface OsStatusContainerInterface { name?: string; } export declare class OsStatusContainer implements OsStatusContainerInterface, Parameter { name?: string; constructor(data: any); static getNameDefault(): string; static getNameDescription(): string; static fromJson(data: any): OsStatusContainer; toJson(): any; clone(): OsStatusContainer; }