Skip to main content
zerotal

Documentation


Documentation / @zerotal/orm / index / MorphMany

Interface: MorphMany<T>

Defined in: packages/orm/src/model/relations/RelationRegistry.ts:146

Property annotation for a morphMany (polymorphic one-to-many) relation. A phantom marker resolved by WithLoaded to T[] once eager-loaded.

Type Parameters

T

T

Properties

[___relation__]

[___relation__]: "morphMany"

Defined in: packages/orm/src/model/relations/RelationRegistry.ts:147


__type__

__type__: T

Defined in: packages/orm/src/model/relations/RelationRegistry.ts:148