fix: add jsdoc comments to models

This commit is contained in:
StevanFreeborn
2023-02-21 13:48:32 -06:00
committed by Stevan Freeborn
parent e97ee15387
commit 07ec44a0ad
17 changed files with 170 additions and 1 deletions
+3 -1
View File
@@ -60,7 +60,9 @@ export class ApiResponseFactory {
}
/**
*
* @method getStreamDataAsString - Gets the data from a stream as a string
* @param {Readable} stream - The stream that will be used to get the data
* @returns {Promise<string>} - A promise that resolves to the data from the stream as a string
*/
private static async getStreamDataAsString(
stream: Readable