import type { StoreConstraint } from "./StoreConstraint"; export type GeTStoreDoc = { [k in keyof TStore]: ReturnType; };