mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace BTCPayServer.Plugins.DynamicRateLimits
|
|
{
|
|
public class DynamicRateLimitSettings
|
|
{
|
|
public string[] RateLimits { get; set; }
|
|
}
|
|
}
|