UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 282 B
import { IAgreementParams } from "@docsvision/webclient/Legacy/IAgreementParams"; export interface IAgreementEventArgs extends IAgreementParams { clearReconciliationList?: { value: boolean; }; needToRequestReconciliationList?: { value: boolean; }; }