import type { CfIconSetKind } from "./CfIconSetKind.js"; import type { CfValueObject } from "./CfValueObject.js"; export type IconSetPatch = { iconSet: CfIconSetKind; values: Array; showValue?: boolean; percent?: boolean; reverse?: boolean; };