diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
11 lines (10 loc) • 1.26 kB
TypeScript
export declare function AzureOpenAI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureSpeechService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BatchAI(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BotServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CognitiveServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GenomicsAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningServiceWorkspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioWebServicePlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioWebServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MachineLearningStudioWorkspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;