Documentation / @ember-data/model / migration-support / WithLegacyDerivations
Type Alias: WithLegacyDerivations<T>
ts
type WithLegacyDerivations<T> = T & MinimalLegacyRecord & object;Defined in: warp-drive-packages/legacy/declarations/model/migration-support.d.ts:19
Type declaration
belongsTo
ts
belongsTo: typeof belongsTo;hasMany
ts
hasMany: typeof hasMany;Type Parameters
T
T extends TypedRecordInstance