diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 742 B
TypeScript
export declare function AzureDatabaseMigrationServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataBoxEdge(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 DatabaseMigrationServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MigrationProjects(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RecoveryServicesVaults(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;