import type { G } from "hry-types"; import type { IfExtends } from "hry-types/src/Any/IfExtends"; import type { Validators } from "../../../types/Validators"; import type { ChunkEventsConstraint } from "./ChunkEventsConstraint"; export type ChunkEventsOption = { events?: TEvents & Validators<[ G.DuplicateFieldValidator, IfExtends>> ]>; };