UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 217 B
/** @internal */ export interface ILocalCounter { localCount?: number; localCountTimestamp?: number; } /** @internal */ export interface ILocalCounterData { folderId: string; counter: ILocalCounter; }