ember-data-shim-typings
Typings for ember-data shims:
// DS.Model; // DS.RESTSerializer; // DS.JSONSerializer; // DS.JSONAPISerializer; // DS.JSONAPIAdapter; // DS.RESTAdapter; // DS.Adapter; // DS.Store; // DS.Transform; // DS.attr; // DS.hasMany or DS.belongsTo;
Installation
With npm:
npm install ember-data-shim-typings --save-dev
With yarn:
yarn add ember-data-shim-typings --dev
Usage
Import the module from one of your typescript sources:
// app.ts;