feat(worker): add PrimeScheduleDto
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
a335a3b684
commit
4e90828653
@@ -0,0 +1,11 @@
|
|||||||
|
namespace ClaudeDo.Worker.Prime;
|
||||||
|
|
||||||
|
public sealed record PrimeScheduleDto(
|
||||||
|
Guid Id,
|
||||||
|
DateOnly StartDate,
|
||||||
|
DateOnly EndDate,
|
||||||
|
TimeSpan TimeOfDay,
|
||||||
|
bool WorkdaysOnly,
|
||||||
|
bool Enabled,
|
||||||
|
DateTimeOffset? LastRunAt,
|
||||||
|
string? PromptOverride);
|
||||||
Reference in New Issue
Block a user