chore(): fix jsdoc param

This commit is contained in:
tiagosiebler
2023-10-30 12:48:42 +00:00
parent 7460cf4b5c
commit eb33084b7f

View File

@@ -98,7 +98,7 @@ export default abstract class BaseRestClient {
/** /**
* Create an instance of the REST client. Pass API credentials in the object in the first parameter. * Create an instance of the REST client. Pass API credentials in the object in the first parameter.
* @param {RestClientOptions} [restClientOptions={}] options to configure REST API connectivity * @param {RestClientOptions} [restOptions={}] options to configure REST API connectivity
* @param {AxiosRequestConfig} [networkOptions={}] HTTP networking options for axios * @param {AxiosRequestConfig} [networkOptions={}] HTTP networking options for axios
*/ */
constructor( constructor(