effect-io-ai

Package: effect
Module: Graph

Graph.MermaidNodeShape

Mermaid node shape types.

Signature

type MermaidNodeShape = | "rectangle"
  | "rounded"
  | "circle"
  | "diamond"
  | "hexagon"
  | "stadium"
  | "subroutine"
  | "cylindrical"

Source

Since v3.18.0