UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 239 B
import { FileListControl } from '@docsvision/webclient/BackOffice/FileListControl'; export interface IFileListOperation { readonly isFileListOperation: boolean; initializeFileListOperation(fileListControl: FileListControl): any; }