UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

23 lines 681 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectClusterCheck = void 0; const index_1 = require("./../index"); class ConnectClusterCheck extends index_1.ClusterCheck { constructor(data) { super(data); } static fromJson(data) { if (data === undefined || data === null) { return data; } return new ConnectClusterCheck(data); } toJson() { return Object.assign({}, (super.toJson())); } clone() { return ConnectClusterCheck.fromJson(this.toJson()); } } exports.ConnectClusterCheck = ConnectClusterCheck; //# sourceMappingURL=ConnectClusterCheck.js.map