diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
27 lines (26 loc) • 3.15 kB
TypeScript
export declare function ArchiveStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDataboxGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureFileshares(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureHcpCache(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureNetappFiles(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 Azurefxtedgefiler(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlobStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataBoxEdgeDataBoxGateway(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 DataLakeStorageGen1(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataLakeStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataShareInvitations(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataShares(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GeneralStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ImportExportJobs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NetappFiles(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function QueuesStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RecoveryServicesVaults(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageAccountsClassic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageExplorer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorageSyncServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorsimpleDataManagers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StorsimpleDeviceManagers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TableStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;