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
View File
@@ -1,6 +1,9 @@
import { DataFormat } from '../enums/DataFormat.js';
import { PagingRequest } from './PagingRequest.js';
/**
* @class GetRecordsByAppIdRequest - Represents a request to get records by app id.
*/
export class GetRecordsByAppIdRequest {
/**
* @property {number} appId - The id of the app that the records belong to.