mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-29 07:45:53 -04:00
9 lines
115 B
C#
9 lines
115 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum MalwareBlockerTriggerMode
|
|
{
|
|
Schedule,
|
|
Webhook,
|
|
Both,
|
|
}
|