@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
23 lines • 727 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignatureApplicationCheck = void 0;
const index_1 = require("./../index");
class SignatureApplicationCheck extends index_1.ApplicationCheck {
constructor(data) {
super(data);
}
static fromJson(data) {
if (data === undefined || data === null) {
return data;
}
return new SignatureApplicationCheck(data);
}
toJson() {
return Object.assign({}, (super.toJson()));
}
clone() {
return SignatureApplicationCheck.fromJson(this.toJson());
}
}
exports.SignatureApplicationCheck = SignatureApplicationCheck;
//# sourceMappingURL=SignatureApplicationCheck.js.map