import type { V } from "hry-types"; import type { StoreConstraint } from "./StoreConstraint"; export type StoreOption = { store?: TStore & V.DuplicateFieldValidator; };