UNPKG

400 BTypeScriptView Raw
1import { PipeTransform, Type } from '@nestjs/common';
2import 'reflect-metadata';
3/**
4 * Resolver method parameter decorator. Extracts the `Info`
5 * object from the underlying platform and populates the decorated
6 * parameter with the value of `Info`.
7 */
8export declare function Info(...pipes: (Type<PipeTransform> | PipeTransform)[]): ParameterDecorator;
9//# sourceMappingURL=info.decorator.d.ts.map
\No newline at end of file