export type Store = { isLoading: boolean, isFetching: boolean, isSuccess: boolean, data: T }