UNPKG

316 BTypeScriptView Raw
1declare module 'ember-data/-private/core' {
2 /// <reference types="ember-source/types" />
3 import Namespace from '@ember/application/namespace';
4 export interface DS extends Namespace {
5 VERSION: string;
6 name: string;
7 }
8 export const DS: DS;
9 export default DS;
10}
11//# sourceMappingURL=core.d.ts.map
\No newline at end of file