fix: refactor to have child classes that inherit from RecordValue, but represent the distinct types of value objects that can be returned by the api. fix: added and updated tests to address this refactor
This commit is contained in:
@@ -72,4 +72,10 @@ export enum RecordValueType {
|
||||
* @type {string}
|
||||
*/
|
||||
FileList = 'FileList',
|
||||
|
||||
/**
|
||||
* @constant DelegateList - The record value is a list of delegates.
|
||||
* @type {string}
|
||||
*/
|
||||
DelegateList = 'DelegateList',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user