UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 231 B
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; export declare class IStaffFilterChangeEventArgs { oldValue: GenModels.IDirectoryItemData[]; newValue: GenModels.DepartmentModel[]; }