@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
14 lines (13 loc) • 483 B
TypeScript
import { Parameter } from "./../index";
export interface ObjectKeyReplyToAnnotationEditInterface {
id?: string;
}
export declare class ObjectKeyReplyToAnnotationEdit implements ObjectKeyReplyToAnnotationEditInterface, Parameter {
id?: string;
constructor(data: any);
static getIdDefault(): string;
static getIdDescription(): string;
static fromJson(data: any): ObjectKeyReplyToAnnotationEdit;
toJson(): any;
clone(): ObjectKeyReplyToAnnotationEdit;
}