mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-08 13:57:55 -05:00
6 lines
155 B
C#
6 lines
155 B
C#
namespace Cleanuparr.Shared.Helpers;
|
|
|
|
public static class StaticConfiguration
|
|
{
|
|
public static TimeSpan TriggerValue { get; set; } = TimeSpan.Zero;
|
|
} |