From 61cb4d2929d542fe2c10af99e67b6757aa77b665 Mon Sep 17 00:00:00 2001 From: StevanFreeborn <=> Date: Wed, 8 Feb 2023 23:44:18 -0600 Subject: [PATCH] fix: jsdoc comment --- src/models/ApiResponse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/ApiResponse.ts b/src/models/ApiResponse.ts index fc57302..831b3a8 100644 --- a/src/models/ApiResponse.ts +++ b/src/models/ApiResponse.ts @@ -305,7 +305,7 @@ export class ApiResponse { /** * @method asFileCollectionType - Converts the field item to the appropriate field object based upon the field item's type. - * @param fieldItem - The field item to convert. + * @param {any} fieldItem - The field item to convert. * @returns {Field} - The converted field object. */ private static getFieldByType(fieldItem: any): Field {