UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 447 B
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow"; import { PowersDirectoryDataType } from "@docsvision/webclient/BackOffice/PowersRootSectionConstants"; import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; export interface IPowersTreeRow extends Omit<IDirectoryTreeRow, "dataType">, Omit<GenModels.DirectoryItemData, "dataType"> { dataType?: PowersDirectoryDataType; }