jellyfin/MediaBrowser.Api/Reports/Common/ReportFieldType.cs
2016-03-27 23:11:27 +02:00

16 lines
165 B
C#

namespace MediaBrowser.Api.Reports
{
public enum ReportFieldType
{
String,
Boolean,
Date,
Time,
DateTime,
Int,
Image,
Object,
Minutes
}
}