Skip to content

Commit 5afc691

Browse files
committed
Update installation blueprint for ember-data single-file registries
1 parent 1e340c2 commit 5afc691

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

blueprint-files/ember-cli-typescript/types/ember-data.d.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Catch-all for ember-data.
3+
*/
4+
export default interface ModelRegistry {
5+
[key: string]: any;
6+
}

0 commit comments

Comments
 (0)