Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParamProperties<T, IExtractor>

Type parameters

Hierarchy

  • ParamProperties

Index

Properties

data

data: ParamData

extractValue

extractValue: <TRequest, TResponse>(req: TRequest, res: TResponse, next: Function) => any

Type declaration

    • <TRequest, TResponse>(req: TRequest, res: TResponse, next: Function): any
    • Type parameters

      • TRequest

      • TResponse

      Parameters

      • req: TRequest
      • res: TResponse
      • next: Function

      Returns any

index

index: number

pipes

pipes: PipeTransform[]

type

type: RouteParamtypes | string

Generated using TypeDoc