Type Alias TDiagramConvertConfiguration

TDiagramConvertConfiguration: {
    "match-text-size"?: boolean;
    types?: ("text" | "shape")[];
}