4.0.5 • Published 4 months ago

@types/ember-data__model v4.0.5

Weekly downloads
4,511
License
MIT
Repository
github
Last release
4 months ago

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/v3.

index.d.ts

// Type definitions for @ember-data/model 3.16
// Project: https://github.com/emberjs/data
// Definitions by: Mike North <https://github.com/mike-north>
//                 Chris Krycho <https://github.com/chriskrycho>
//                 Dan Freeman <https://github.com/dfreeman>
//                 James C. Davis <https://github.com/jamescdavis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

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

  • Last updated: Fri, 21 Jan 2022 19:01:58 GMT
  • Dependencies: @types/ember-data
  • Global values: none

Credits

These definitions were written by Mike North, Chris Krycho, Dan Freeman, and James C. Davis.

4.0.5

4 months ago

3.16.8

4 months ago

3.16.7

6 months ago

4.0.4

6 months ago

3.16.6

7 months ago

4.0.3

7 months ago

4.0.2

8 months ago

3.16.5

8 months ago

4.0.1

11 months ago

3.16.4

11 months ago

4.0.0

2 years ago

3.16.3

2 years ago

3.16.2

3 years ago

3.16.1

4 years ago

3.16.0

4 years ago

3.15.0

4 years ago