Documentation / @ember-data/model / migration-support / WithLegacyDerivations
ts
type WithLegacyDerivations<T> = T & MinimalLegacyRecord & object;
Defined in: packages/model/src/migration-support.ts:67
Type declaration
belongsTo
ts
belongsTo: typeof belongsTo;
hasMany
ts
hasMany: typeof hasMany;
Type Parameters
T
T
extends TypedRecordInstance