UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 130 B
/** @deprecated */ export interface IApiPropertyDescriptor { propertyName: string; get?(): any; set?(v: any): void; }