Files
Cleanuparr/code/backend/Cleanuparr.Shared/Helpers/StaticConfiguration.cs
2025-06-18 21:58:48 +03:00

6 lines
155 B
C#

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