UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (8 loc) 317 B
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs'; import { TaskGroupInterval } from '@docsvision/webclient/BackOffice/TaskGroupIntervalModel'; export interface ITaskIntervalEventArgs extends IEventArgs { startDate: Date; endDate: Date; duration: number; task: TaskGroupInterval; }