fix: make changes to allow esm imports to work properly
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { RecordValue } from './RecordValue';
|
||||
import { RecordValueType } from '../enums/RecordValueType';
|
||||
import { type File } from './File';
|
||||
import { RecordValueType } from '../enums/RecordValueType.js';
|
||||
import { type File } from './File.js';
|
||||
import { RecordValue } from './RecordValue.js';
|
||||
|
||||
export class FileListRecordValue extends RecordValue<File[]> {
|
||||
constructor(fieldId: number, value: File[]) {
|
||||
|
||||
Reference in New Issue
Block a user