WiP
This commit is contained in:
7
MyCompany.MyProject.BackendApi/Models/RuntimeResponse.cs
Normal file
7
MyCompany.MyProject.BackendApi/Models/RuntimeResponse.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MyCompany.MyProject.BackendApi.Models;
|
||||
|
||||
record RuntimeResponse
|
||||
{
|
||||
public object? Outputs { get; set; }
|
||||
public string? Error { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user