UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

11 lines 231 B
export declare enum MethodName { ALL = "ALL", GET = "GET", POST = "POST", PUT = "PUT", DELETE = "DELETE", PATCH = "PATCH", OPTIONS = "OPTIONS", HEAD = "HEAD" } //# sourceMappingURL=constants.d.ts.map