Skip to main content
Module

x/ptereno/lib/types/http.ts>MethodType

An efficient and fully compliant Pterodactyl API wrapper.
Latest
type alias MethodType
import { type MethodType } from "https://deno.land/x/ptereno@v1.0.1/lib/types/http.ts";
definition:
| "GET"
| "POST"
| "DELETE"
| "PUT"
| "PATCH"