import type { G } from "hry-types"; export type CustomComputedOption = { computed?: TComputed & G.IllegalFieldValidator; };