Fix API report

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2024-12-30 22:28:21 +00:00
parent bd7ae8559d
commit 68eca7b9a0
9 changed files with 483 additions and 351 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ type EndpointMap = Record<
{
query?: object;
body?: object;
response?: object | void;
response?: object | string | void;
path?: object;
}
>;