Generate Scaffolder OpenAPI server
Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,12 @@ import { PathTemplate, ValueOf } from './common';
|
||||
*/
|
||||
export type EndpointMap = Record<
|
||||
string,
|
||||
{ query?: object; body?: object; response?: object | void; path?: object }
|
||||
{
|
||||
query?: object;
|
||||
body?: object;
|
||||
response?: object | string | void;
|
||||
path?: object;
|
||||
}
|
||||
>;
|
||||
|
||||
// OpenAPI generator doesn't emit regular lowercase 'delete'.
|
||||
|
||||
Reference in New Issue
Block a user