diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
18 lines (17 loc) • 1.74 kB
TypeScript
export declare function ApplicationDiscoveryService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudendureMigration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseMigrationService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatasyncAgent(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Datasync(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MigrationAndTransfer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MigrationHub(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServerMigrationService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SnowballEdge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Snowball(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Snowmobile(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TransferForSftp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ADS: typeof ApplicationDiscoveryService;
export declare const CEM: typeof CloudendureMigration;
export declare const DMS: typeof DatabaseMigrationService;
export declare const MAT: typeof MigrationAndTransfer;
export declare const SMS: typeof ServerMigrationService;