????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/pipes/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/pipes/pipes-consumer.d.ts |
import { ArgumentMetadata, PipeTransform } from '@nestjs/common/interfaces'; export declare class PipesConsumer { private readonly paramsTokenFactory; apply<TInput = unknown>(value: TInput, { metatype, type, data }: ArgumentMetadata, pipes: PipeTransform[]): Promise<TInput>; applyPipes<TInput = unknown>(value: TInput, { metatype, type, data }: { metatype: any; type?: any; data?: any; }, transforms: PipeTransform[]): Promise<TInput>; }