diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
19 lines (18 loc) • 2.1 kB
TypeScript
export declare function APIConnections(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function APIManagementServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ApplicationInsights(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Artifacts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDevops(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Boards(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ChangeAnalysis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudtest(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CodeOptimization(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DevopsStarter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Devops(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DevtestLabs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LabAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LabServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LoadTesting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pipelines(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Repos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TestPlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;