import type { V } from "hry-types"; export type EventsOption = { events?: TEvents & V.IllegalFieldValidator; };