import type { V } from "hry-types"; export type SubComputedOption> = { computed?: TComputed & V.IllegalFieldValidator; };