Type Alias DynamicConditionFunction<This, Value>

DynamicConditionFunction: (
    targetInstance: This,
) => PrimitiveTypeProperty<This> | RelationTypeProperty<This, Value>

Type Parameters

  • This
  • Value

Type declaration