import type { G } from "hry-types"; export type CustomDataOption = { data?: TData & G.IllegalFieldValidator; };