export type HttpEndpoint<
  I extends SerializableObject = {},
  O extends SerializableObject = {}
> = _URL & _HTTP & _ARGS<I> & _PAYLOAD<O>;