We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382578e commit 27a6c6fCopy full SHA for 27a6c6f
packages/model/src/-private/model.d.ts
@@ -30,6 +30,7 @@ class Model extends EmberObject {
30
adapterError?: Error;
31
toString(): string;
32
save(): Promise<this>;
33
+ reload(): Promise<this>;
34
hasMany<T extends keyof this & string>(key: T): HasManyReference<this, T>;
35
belongsTo<T extends keyof this & string>(key: T): BelongsToReference<this, T>;
36
eachRelationship<T extends Model, K extends keyof T & string>(
0 commit comments