diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
6 lines (5 loc) • 566 B
TypeScript
export declare function Newrelic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Opsgenie(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pagerduty(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pushover(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Xmatters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;