diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
14 lines (13 loc) • 1.54 kB
TypeScript
export declare function Caches(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ConversationTrainedDeployed(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataSources(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DeviceIdentityService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DeviceRegistry(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EnterpriseData(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EnterpriseUserDirectory(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FileRepository(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GroundTruth(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Model(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TmsDataInterface(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;