import type { CfValueObject } from "./CfValueObject.js"; export type DataBarPatch = { min?: CfValueObject; max?: CfValueObject; color: string; minLength?: number; maxLength?: number; showValue?: boolean; };