import type { G } from "hry-types"; import type { CustomEventConstraint } from "./CustomEventConstraint"; export type CustomEventsOption = { customEvents?: TCustomEvents & G.IllegalFieldValidator & G.DuplicateFieldValidator; };