HttpMethodsType
Import
import { HttpMethodsType } from "@hyper-fetch/core"
Source
Package
Preview
type HttpMethodsType = GET | POST | PUT | PATCH | DELETE;
import { HttpMethodsType } from "@hyper-fetch/core"
type HttpMethodsType = GET | POST | PUT | PATCH | DELETE;