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