import type { CfValueObject } from "./CfValueObject.js"; export type ColorScalePatch = { values: Array; colors: Array; };