UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

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