# EndpointInfo Type alias

Module
import { EndpointInfo } from "@tsed/common"
Source/packages/common/src/mvc/decorators/params/endpointInfo.ts

# Overview

type EndpointInfo = EndpointMetadata;
/**
 * Get the current endpoint metadata.
 * @decorator
 * @operation
 * @input
 */
export function EndpointInfo(): Function;