mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
8 lines
102 B
C#
8 lines
102 B
C#
namespace Azaion.Common.DTO;
|
|
|
|
public enum MediaTypes
|
|
{
|
|
None = 0,
|
|
Video = 1,
|
|
Image = 2
|
|
} |