Skip to content

[backend][assetmodel] Made AssetType a python enum

Samuel GAIST requested to merge asset_type_simplification into v2

Summary

This merge request modifies the type of AssetType to be a python Enum class. This will allow a better use.

The main change it implies it's that it's not a part of AssetModel anymore and must be explicitly imported to be used.

Merge request reports