UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

5 lines (4 loc) • 484 B
import { ParamData, RouteParamMetadata } from '../decorators/http/route-params.decorator'; import { PipeTransform, Type } from '../interfaces'; import { CustomParamFactory } from '../interfaces/features/custom-route-param-factory.interface'; export declare function assignCustomParameterMetadata(args: Record<number, RouteParamMetadata>, paramtype: number | string, index: number, factory: CustomParamFactory, data?: ParamData, ...pipes: (Type<PipeTransform> | PipeTransform)[]): {};