Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RelationshipMetadata<R>

The relationship metadata with a type defined as a class constructor (aka the model)

Type parameters

Hierarchy

Index

Properties

cascade?: DELETE[]
index?: { description?: IndexDescription & CreateIndexesOptions }

Type declaration

  • Optional description?: IndexDescription & CreateIndexesOptions
isArray?: boolean
possibleTypes?: PossibleTypes
type: ClassConstructor<R>