import type { G } from "hry-types"; export type CustomInheritOption = { inherit?: TInherit & G.IllegalFieldValidator; };