UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

4 lines (3 loc) 256 B
import "reflect-metadata"; import { PathProperties } from "../../interface/open-api/response-body"; export declare function OpenApiMethod(route: string, property: PathProperties): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;