WiP
This commit is contained in:
8
MyCompany.MyProject.BackendApi/Models/ComponentOutput.cs
Normal file
8
MyCompany.MyProject.BackendApi/Models/ComponentOutput.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MyCompany.MyProject.BackendApi.Models;
|
||||
|
||||
record ComponentOutput
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user