1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-28 11:12:25 +02:00
Tranga/API/ModifyJobRecord.cs

3 lines
82 B
C#

namespace API;
public record ModifyJobRecord(ulong? RecurrenceMs, bool? Enabled);