Type Alias ConnectorArrow

ConnectorArrow: {
    d: string;
    hasStroke: boolean;
    id: number;
    isFilled: boolean;
    marker?: null;
    offset: number;
    path?: Path2D;
    scale?: {
        x: number;
        y: number;
    };
    stroke-width?: number;
    transform?: DOMMatrix;
    type: string;
}