UNPKG

@snail-js/api

Version:

Http Request with Decorators Api, build on axios

4 lines (3 loc) 160 B
type JsonBody = Record<string, any>; export type RequestBody = JsonBody | string | FormData | Blob | ArrayBuffer | URLSearchParams | ReadableStream; export {};