mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:26:31 +00:00
rework to have only 1 exe!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public enum MediaTypes
|
||||
{
|
||||
None = 0,
|
||||
Video = 1,
|
||||
Image = 2
|
||||
}
|
||||
Reference in New Issue
Block a user