UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 260 B
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs'; import { TaskGroupInterval } from '@docsvision/webclient/BackOffice/TaskGroupIntervalModel'; export interface ITaskGroupIntervalEventArgs extends IEventArgs { task: TaskGroupInterval; }