import type { V } from "hry-types"; export type SubStoreOption = { store?: TSubStore & V.IllegalFieldValidator; };