Skip to content

SudoSOS Back-end API / internal/controller / Method

Type Alias: Method ​

ts
type Method = "POST" | "GET" | "PATCH" | "DELETE" | "PUT";

A custom type defining all supported HTTP methods.