UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

15 lines (14 loc) 1.7 kB
export declare function ApiSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BlockchainSecurityService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DataSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Firewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GovernanceRiskCompliance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IdentityAccessManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IdentityProvider(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InfrastructureSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PhysicalSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityMonitoringIntelligence(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TrustendComputing(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vpn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;