export const useHttpHttpTask = <
  I extends SerializableObject,
  O extends SerializableObject
>(
  ep: HttpEndpoint<I, O> | HttpAuthEndpoint<I, O>,