import type { BorderLineStyle } from "./BorderLineStyle.js"; export type BorderLinePatch = { style: BorderLineStyle; color?: string; };