UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 206 B
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs'; export interface IUpdateTaskGroupIntervalEventArgs extends IEventArgs { startDate: Date; endDate: Date; duration: number; }