feat: continuing to work on implementing records methods

This commit is contained in:
StevanFreeborn
2023-02-10 00:49:50 -06:00
parent fde8b50717
commit 6ba77ce1d4
14 changed files with 494 additions and 105 deletions
+3
View File
@@ -1,6 +1,9 @@
import { type Field } from './Field';
import { PagedResponse } from './PagedResponse';
/**
* @class GetPagedFieldsResponse - A response containing a paged collection of fields.
*/
export class GetPagedFieldsResponse extends PagedResponse<Field> {
/**
* @constructor - Creates a new instance of the GetPagedAppsResponse class.