import { HttpResponse } from "../http.utils"; import type { ObjectPrettify } from "typeforge"; import type { HttpHandlerProps } from "../http.utils"; export type HttpAdapter = (props: HttpHandlerProps) => (Promise>>);