Skip to content

Documentation / @warp-drive/legacy / model/migration-support / WithLegacyDerivations

ts
type WithLegacyDerivations<T> = T & MinimalLegacyRecord & object;

Defined in: warp-drive-packages/legacy/src/model/migration-support.ts:70

Type declaration

belongsTo

ts
belongsTo: typeof belongsTo;

hasMany

ts
hasMany: typeof hasMany;

Type Parameters

T

T extends TypedRecordInstance

Released under the MIT License.