Type Alias NotForeignKey<T>

NotForeignKey: T extends ForeignKey | NullableForeignKey ? never : T

Do not allow ForeignKey or NullableForeignKey types when using the Attribute decorator

Type Parameters

  • T