UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 383 B
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow"; import { IPowersTreeRow } from "@docsvision/webclient/BackOffice/IPowersTreeRow"; export declare function convertPowersResponseToTreeData(items: unknown[]): IPowersTreeRow[]; export declare function wrapPowersRootSectionNode(rootSectionId: any, items: IDirectoryTreeRow[]): IDirectoryTreeRow[];