diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
25 lines (24 loc) • 2.89 kB
TypeScript
export declare function BlobStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CacheForRedis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CosmosDb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataExplorerClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataFactory(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataLake(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseForMariadbServers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseForMysqlServers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseForPostgresqlServers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticDatabasePools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ElasticJobAgents(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function InstancePools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedDatabases(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLDatabases(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLDatawarehouse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLManagedInstances(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLServerStretchDatabases(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLServers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLVM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQL(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SsisLiftAndShiftIr(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SynapseAnalytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VirtualDatacenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;