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 {