UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 321 B
import { AgreementListContent } from "@docsvision/webclient/Approval/AgreementListContent"; import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; export interface IAgreementListReportOpenedEventArgs { model: GenModels.AgreementListModel; contentControl: AgreementListContent; }