@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
7 lines (6 loc) • 762 B
TypeScript
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
import { $DepartmentController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
export declare function loadEmployeeInfoLayout(employeeId: string, services: $LayoutRowController): Promise<GenModels.LayoutRowViewModel>;
export declare function loadEmployeeEditLayout(employeeId: string, services: $LayoutRowController): Promise<GenModels.LayoutRowViewModel>;
export declare function loadEmployeeCreateLayout(parentSection: IDirectoryTreeRow, services: $LayoutRowController & $DepartmentController): Promise<GenModels.LayoutRowViewModel>;