We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae579e commit 633ac9aCopy full SHA for 633ac9a
1 file changed
lib/process-document.ts
@@ -66,7 +66,7 @@ export async function processOpenApiDocument(
66
});
67
68
entryFile.addImportDeclaration({
69
- namedImports: ['RuntimeOptions', 'RequestMethod', 'RequestMethodCaller'],
+ namedImports: ['RequestMethodCaller'],
70
moduleSpecifier: '@block65/rest-client',
71
isTypeOnly: true,
72
0 commit comments