6 lines
148 B
C#
6 lines
148 B
C#
|
|
namespace WatchIt.WebAPI.Services.Utility.Configuration.Model;
|
|||
|
|
|
|||
|
|
public class FormatterOptions
|
|||
|
|
{
|
|||
|
|
public string TimestampFormat { get; set; }
|
|||
|
|
}
|