HttpMethod
Type Alias: HttpMethod
type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";
Defined in: common/types/dist/codeboltjstypes/libFunctionTypes/projectStructure.d.ts:5
Project Structure Types Type definitions for project structure management