Open wagenet opened 3 years ago
export default class AppComponent extends Model { \\ ... }
Even though the id property is in @types/ember-data's Model definition I have to add declare id: string to my own model.
id
@types/ember-data
declare id: string
Even though the
id
property is in@types/ember-data
's Model definition I have to adddeclare id: string
to my own model.