Type Alias PropertyType<This>

PropertyType:
    | RelationTypeProperty<This, any>
    | PrimitiveTypeProperty<This>
    | UnknownTypeProperty<This>

PropertyType contains the different types a decorated property can hold. Either:

Type Parameters

  • This

    The type of the class the decorator is applied to.