Skip to content

Commit

Permalink
Type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Dec 31, 2024
1 parent 61634d1 commit e7098c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/adapters/cloud-firestore-modular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ type BelongsToRelationshipMeta = LegacyBelongsToField & {

type HasManyRelationshipMeta = LegacyHasManyField & {
key: string;
type: string;
options: {
isRealtime?: boolean;

Expand Down
3 changes: 3 additions & 0 deletions types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import 'ember-source/types';
import 'ember-source/types/preview';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
declare const FastBoot: { require(moduleName: string): any } | undefined;

Expand Down

0 comments on commit e7098c6

Please sign in to comment.