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