UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 218 B
import { StageModelWithChange } from "@docsvision/webclient/Approval/StageModelWithChange"; /** @internal */ export interface IAgreementParams { agreementTemplateId?: string; stages?: StageModelWithChange[]; }