UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

14 lines (13 loc) 291 B
export interface IFileOpenRequestModel { serverAddress: string; documentId: string; fileName: string; fileId: string; fileCardId: string; readonly: boolean; timestamp: number; token: string; editor: string; needUnlock: boolean; isTask: boolean; }