diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
28 lines (27 loc) • 3.32 kB
TypeScript
export declare function AzureCosmosDb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDataExplorerClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDatabaseMariadbServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDatabaseMigrationServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDatabaseMysqlServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDatabasePostgresqlServerGroup(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureDatabasePostgresqlServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzurePurviewAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSQLEdge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSQLServerStretchDatabases(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSQLVM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSQL(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSynapseAnalytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CacheRedis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataFactories(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 ManagedDatabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OracleDatabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLDataWarehouses(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLDatabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLElasticPools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLManagedInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLServerRegistries(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SQLServer(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 VirtualClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;