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