mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
10 lines
No EOL
120 B
C#
10 lines
No EOL
120 B
C#
namespace Ombi.Api
|
|
{
|
|
public enum ContentType
|
|
{
|
|
Json,
|
|
Xml,
|
|
Text,
|
|
Html,
|
|
}
|
|
} |