mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Apply suggestion from @kamilmysliwiec
This commit is contained in:
@@ -10,7 +10,7 @@ export type Transform<T = any> = (value: T, metadata: ArgumentMetadata) => any;
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export interface ArgumentMetadata<MetaType = any> {
|
||||
export interface ArgumentMetadata<Metatype = any> {
|
||||
/**
|
||||
* Indicates whether argument is a body, query, param, or custom parameter
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user