Skip to content

HttpMethods

1
type HttpMethods:
2
| "GET"
3
| "DELETE"
4
| "PUT"
5
| "POST"
6
| "PATCH";

Source

seyfert/src/api/shared.ts:42