UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

14 lines (13 loc) 422 B
import { Parameter } from "./../index"; export interface GroupRelationInterface { objectID?: string; } export declare class GroupRelation implements GroupRelationInterface, Parameter { objectID?: string; constructor(data: any); static getObjectIDDefault(): string; static getObjectIDDescription(): string; static fromJson(data: any): GroupRelation; toJson(): any; clone(): GroupRelation; }