Files

6 lines
148 B
C#
Raw Normal View History

2024-04-27 22:36:16 +02:00
namespace WatchIt.WebAPI.Services.Utility.Configuration.Model;
public class FormatterOptions
{
public string TimestampFormat { get; set; }
}