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