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

Properties

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

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