import type { BorderType } from "./BorderType"; export interface TextBorder { borderType: BorderType; size: number; color: string; space: number; }