UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 188 B
import { IStaffTreeRow } from "@docsvision/webclient/BackOffice/IStaffTreeRow"; export declare function deleteStaffSection(staffSectionId: string, tree: IStaffTreeRow[]): IStaffTreeRow[];