Fix API report
Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
@@ -274,7 +274,7 @@ type EndpointMap = Record<
|
||||
{
|
||||
query?: object;
|
||||
body?: object;
|
||||
response?: object | void;
|
||||
response?: object | string | void;
|
||||
path?: object;
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user