UNPKG

@tsed/common

Version:
10 lines (9 loc) 253 B
import { EndpointMetadata } from "../../models/EndpointMetadata"; export declare type EndpointInfo = EndpointMetadata; /** * Get the current endpoint metadata. * @decorator * @operation * @input */ export declare function EndpointInfo(): Function;