7 lines
168 B
C#
7 lines
168 B
C#
namespace Moonlight.Shared.Http.Responses.Admin.Sys;
|
|
|
|
public class DiagnoseProvideResponse
|
|
{
|
|
public string Name { get; set; }
|
|
public string Type { get; set; }
|
|
} |