UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 197 B
import { StageModelWithChange } from "@docsvision/webclient/Approval/StageModelWithChange"; export interface IApproverDeletionEventArgs { employeeId: string; stage: StageModelWithChange; }