Files
Cleanuparr/code/Common/Helpers/StaticConfiguration.cs
2025-01-09 23:03:53 +02:00

6 lines
144 B
C#

namespace Common.Helpers;
public static class StaticConfiguration
{
public static TimeSpan TriggerValue { get; set; } = TimeSpan.Zero;
}