diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
19 lines (18 loc) • 2.17 kB
TypeScript
export declare function BackupRestoreWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BackupRestore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlockStorageCloneWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlockStorageClone(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlockStorageWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlockStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BucketsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Buckets(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataTransferWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataTransfer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticPerformanceWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticPerformance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FileStorageWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FileStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ObjectStorageWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ObjectStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageGatewayWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;