UNPKG

openblox

Version:

Roblox API Wrapper For Both Classic And OpenCloud APIs.

5 lines (4 loc) 276 B
import { HttpResponse } from "../http.utils"; import type { ObjectPrettify } from "typeforge"; import type { HttpHandlerProps } from "../http.utils"; export type HttpAdapter = <Body extends any = any>(props: HttpHandlerProps) => (Promise<ObjectPrettify<HttpResponse<Body>>>);