fix: add jsdoc comments to models
This commit is contained in:
committed by
Stevan Freeborn
parent
e97ee15387
commit
07ec44a0ad
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user