sync for backup
This commit is contained in:
parent
1fbdf7fc9d
commit
a9916acea5
92 changed files with 35330 additions and 882 deletions
7
frontend-src/types/ember-data/types/registries/model.d.ts
vendored
Normal file
7
frontend-src/types/ember-data/types/registries/model.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Catch-all for ember-data.
|
||||
*/
|
||||
export default interface ModelRegistry {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[key: string]: any;
|
||||
}
|
1
frontend-src/types/global.d.ts
vendored
Normal file
1
frontend-src/types/global.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
import '@glint/environment-ember-loose';
|
Loading…
Add table
Add a link
Reference in a new issue