UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 325 B
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; export interface IAgreementListTableColumn { class?: string; name: any; weight: number; calculatedWidth?: string; value: (item: GenModels.AgreementListItemModel) => string; hidden?: boolean; order: number; }