mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-30 00:05:58 -04:00
9 lines
104 B
C#
9 lines
104 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum JobTriggerMode
|
|
{
|
|
Schedule,
|
|
Webhook,
|
|
Both,
|
|
}
|