UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 160 B
import { ICardTypeRaw } from "@docsvision/webclient/System/ICardTypeRaw"; /** @internal */ export interface ICardTypeRawMap { [id: string]: ICardTypeRaw; }