src/types/http-method.ts (
4
lines of code) (
raw
):
type HTTPMethod = 'GET' | 'PUT' | 'POST' | 'DELETE' export { HTTPMethod, }