We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f91458 commit 883ba5bCopy full SHA for 883ba5b
packages/service-types-generator/src/Components/Command/command.ts
@@ -49,6 +49,9 @@ import {OutputTypesUnion} from '../types/OutputTypesUnion';
49
import {${inputType}} from '../types/${inputType}';
50
import {${outputType}} from '../types/${outputType}';
51
${configurationImport.toString()}
52
+export * from '../types/${inputType}';
53
+export * from '../types/${outputType}';
54
+export * from '../types/${this.operation.name}ExceptionsUnion';
55
56
export class ${this.className} implements ${typesPackage}.Command<
57
InputTypesUnion,
0 commit comments