Apply suggestion from @kamilmysliwiec

This commit is contained in:
Kamil Mysliwiec
2026-02-16 11:12:49 +01:00
committed by GitHub
parent ba82ce7316
commit 5a47244b7b

View File

@@ -10,7 +10,7 @@ export type Transform<T = any> = (value: T, metadata: ArgumentMetadata) => any;
* *
* @publicApi * @publicApi
*/ */
export interface ArgumentMetadata<MetaType = any> { export interface ArgumentMetadata<Metatype = any> {
/** /**
* Indicates whether argument is a body, query, param, or custom parameter * Indicates whether argument is a body, query, param, or custom parameter
*/ */