fix types and move packages back to catalog-client
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -22,7 +22,7 @@ import { PathTemplate, ValueOf } from './common';
|
||||
*/
|
||||
export type EndpointMap = Record<
|
||||
string,
|
||||
{ query?: object; body?: object; response?: object; path?: object }
|
||||
{ query?: object; body?: object; response?: object | void; path?: object }
|
||||
>;
|
||||
|
||||
// OpenAPI generator doesn't emit regular lowercase 'delete'.
|
||||
|
||||
Reference in New Issue
Block a user