@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface TypeReport {
        info: TypeElementInSource[];
        mermaid: string | undefined;
        program: Program;
    }
    Index

    Properties

    Properties

    mermaid: string | undefined

    if you request a type name this will include the mermaid diagram for the type

    program: Program