export const isError = <V>(state: LoadState<V>): state is LoadError =>
  state.status === 'error'