fix: make changes to allow esm imports to work properly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CreatedWithIdResponse } from './CreatedWithIdResponse';
|
||||
import { CreatedWithIdResponse } from './CreatedWithIdResponse.js';
|
||||
|
||||
export class SaveRecordResponse extends CreatedWithIdResponse<number> {
|
||||
public warnings: string[];
|
||||
|
||||
Reference in New Issue
Block a user