UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 352 B
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; import { $IsIE } from "@docsvision/webclient/StandardServices"; /** @internal */ export interface IAgreementListContentProps { data: GenModels.AgreementListModel; documentNumber: string; documentName: string; title: string; services: $IsIE; }