import type { G } from "hry-types"; import type { CustomMethodsConstraint } from "./CustomMethodsConstraint"; export type CustomMethodsOption = { methods?: TMethods & G.KeyValidator & G.DuplicateFieldValidator; };