mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-26 23:48:30 -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;
|
|
} |