interface GetTypesAsMermaidOption {
    files?: readonly string[];
    inlineTypes?: readonly string[];
    rootFolder?: string;
    typeNameForMermaid?: string;
}

Properties

files?: readonly string[]
inlineTypes?: readonly string[]
rootFolder?: string
typeNameForMermaid?: string

if you request a type name, we will generate a mermaid diagram for that type