You've already forked onecmonitor
mirror of
https://github.com/akpaevj/onecmonitor.git
synced 2026-06-19 22:59:58 +02:00
10 lines
271 B
C#
10 lines
271 B
C#
using OnecMonitor.Server.Dto.ErrorLoggingService;
|
|
using OnecMonitor.Server.Models;
|
|
|
|
namespace OnecMonitor.Server.ViewModels.ErrorLoggingService;
|
|
|
|
public class ErrorReportViewModel
|
|
{
|
|
public ReportRoot Report { get; set; }
|
|
public string? Screenshot { get; set; }
|
|
} |