export type Getter = (data: T) => R; export type StoreConstraint = Record>;