up
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StellaOps.Scanner.WebService.Contracts;
|
||||
|
||||
public sealed record ReplayAttachRequest(
|
||||
string ManifestHash,
|
||||
IReadOnlyList<ReplayBundleStatusDto> Bundles);
|
||||
|
||||
public sealed record ReplayAttachResponse(string Status);
|
||||
Reference in New Issue
Block a user