UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

6 lines (4 loc) 184 B
export type MethodType = "GET" | "POST" | "PUT" | "PATCH" | "DELETE"; export namespace MethodType { export const VALUES: MethodType[] = ["GET", "POST", "PUT", "PATCH", "DELETE"]; }