PublishTimes/Config.cs

9 lines
168 B
C#
Raw Normal View History

namespace PublishTimes;
public class Config
{
public string? File { get; set; }
public string? Path { get; set; }
public TomlArray? Topics { get; set; }
}