6 lines
109 B
C#
6 lines
109 B
C#
|
|
namespace SafelyYou.Config;
|
||
|
|
|
||
|
|
public class HeartBeatHistoryConfig
|
||
|
|
{
|
||
|
|
public TimeSpan Window { get; set; }
|
||
|
|
}
|