feat(api,core,domain): StatWorkloadTemplate - статистика загруженности, шаблоны
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public record StatWorkloadTemplateReportResponse(Guid TemplateId, string Name, DateTimeOffset NextRun, bool IsActiveTemplate, bool IsActiveSchedule);
|
||||
}
|
||||
Reference in New Issue
Block a user