import { ArrowStyleType } from './arrow-style-type'; export interface Arrow { isArrow: boolean; arrowStyle?: ArrowStyleType; }