export const emptyResult = {
    data: null,
    isPending: true,
    isRefetching: false,
    error: null,
    refetch: async () => {}
}
