Files
Cleanuparr/code/backend/Cleanuparr.Shared/Helpers/StaticConfiguration.cs
2025-06-27 15:39:26 +03:00

6 lines
155 B
C#

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