UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 272 B
export interface ITableManagementService { reload(): Promise<unknown>; } export declare type $TableManagement = { tableManagement: ITableManagementService; }; export declare const $TableManagement: string | ((model?: $TableManagement) => ITableManagementService);