diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
8 lines (7 loc) • 725 B
TypeScript
export declare function Bigtable(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Datastore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Firestore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Memorystore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Spanner(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 const BigTable: typeof Bigtable;