remove unused types

This commit is contained in:
CWX
2025-04-23 15:16:24 +01:00
parent 1572a54f40
commit bd2afcb1a0
@@ -223,10 +223,4 @@ public class SptHttpListener : IHttpListener
resp.StartAsync().Wait();
resp.CompleteAsync().Wait();
}
private record Response(string Method, string jsonData);
private record Request(string Method, object output);
private record RequestData(string Url, object Headers, object Data);
}