UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 264 B
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models'; export interface DelegationParameters { employee: GenModels.EmployeeDataModel; comment: string; restrictDelegation: boolean; returnAfterDelegation: boolean; }