Values.PropertyMappingSourceMaps a property from an interface asset model to a property in the asset model where the interface is applied.
type nonrec t = {assetModelPropertyId : CustomID.t;The ID of the property in the asset model where the interface is applied.
*)interfaceAssetModelPropertyId : CustomID.t;The ID of the property in the interface asset model.
*)}val make :
assetModelPropertyId:CustomID.t ->
interfaceAssetModelPropertyId:CustomID.t ->
unit ->
t