export interface ArrowStyleConfiguration {
    color: string;
    dashed: number[];
    startPointer?: string;
    endPointer?: string;
}
