Type alias RestMethod

RestMethod: "GET" | "POST" | "DELETE" | "PATCH" | "PUT"

Rest request methods.

Generated using TypeDoc