mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-28 16:38:12 -05:00
6 lines
144 B
C#
6 lines
144 B
C#
namespace Common.Helpers;
|
|
|
|
public static class StaticConfiguration
|
|
{
|
|
public static TimeSpan TriggerValue { get; set; } = TimeSpan.Zero;
|
|
} |