mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-15 12:53:17 +02:00
3 lines
82 B
C#
3 lines
82 B
C#
namespace API;
|
|
|
|
public record ModifyJobRecord(ulong? RecurrenceMs, bool? Enabled); |