fix: add missing JSDoc comments

This commit is contained in:
StevanFreeborn
2023-01-26 14:20:30 -06:00
parent 23227cafbc
commit 7cacd4521f
+1 -1
View File
@@ -7,7 +7,7 @@ import { ArgumentValidator } from './models/ArgumentValidator';
*/
export class OnspringClient {
/**
* @property {AxiosInstance} client - The axios instance that will be used to make requests to the Onspring API.
* @readonly {AxiosInstance} client - The axios instance that will be used to make requests to the Onspring API.
*/
protected readonly client: AxiosInstance;