@types/ember-data__model
TypeScript icon, indicating that this package has built-in type declarations

4.0.5 • Public • Published

Installation

npm install --save @types/ember-data__model

Summary

This package contains type definitions for @ember-data/model (https://github.com/emberjs/data).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember-data__model.

index.d.ts

import DS from "ember-data";
export default DS.Model;

export import attr = DS.attr;
export import belongsTo = DS.belongsTo;
export import hasMany = DS.hasMany;
export import AsyncBelongsTo = DS.AsyncBelongsTo;
export import AsyncHasMany = DS.AsyncHasMany;
export import SyncHasMany = DS.SyncHasMany;

Additional Details

Credits

These definitions were written by Krystan HuffMenne, James C. Davis, and Peter Wagenet.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ember-data__model

Weekly Downloads

32,402

Version

4.0.5

License

MIT

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • types