diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 728 B
TypeScript
export declare function AzureDataboxGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureMigrate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureStackEdge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CostManagementAndBilling(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataBox(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RecoveryServicesVaults(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;