Skip to content

Commit d4418c5

Browse files
committedMar 29, 2024
Correct type import
1 parent 72b1e21 commit d4418c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/model/src/-private/model.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type EmberObject from '@ember/object';
22

3-
import type { Errors } from './errors';
3+
import type Errors from './errors';
44
import type Store from '@ember-data/store';
55

66
import type { AttributeSchema, RelationshipSchema, RelationshipsSchema } from '@warp-drive/core-types/schema';

0 commit comments

Comments
 (0)