fix: test formatting

This commit is contained in:
StevanFreeborn
2023-02-01 23:45:14 -06:00
parent f7229b5344
commit e6cde7fbe7
27 changed files with 156 additions and 82 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export enum FieldType {
* @type {string}
*/
AutoNumber = 'AutoNumber',
/**
* @constant Date - The field is a date field.
* @type {string}
+1 -1
View File
@@ -13,7 +13,7 @@ export enum ResultValueType {
* @type {string}
*/
Integer = 'Integer',
/**
* @constant Decimal - The result value is a decimal.
* @type {string}