import type { G } from "hry-types"; import type { Validators } from "../../../types/Validators"; export type CustomStoreOption = { store?: TStore & Validators<[ G.IllegalFieldValidator ]>; };