Skip to content

Commit 883ba5b

Browse files
committed
update codegen to export interfaces from command
1 parent 4f91458 commit 883ba5b

File tree

1 file changed

+3
-0
lines changed
  • packages/service-types-generator/src/Components/Command

1 file changed

+3
-0
lines changed

packages/service-types-generator/src/Components/Command/command.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ import {OutputTypesUnion} from '../types/OutputTypesUnion';
4949
import {${inputType}} from '../types/${inputType}';
5050
import {${outputType}} from '../types/${outputType}';
5151
${configurationImport.toString()}
52+
export * from '../types/${inputType}';
53+
export * from '../types/${outputType}';
54+
export * from '../types/${this.operation.name}ExceptionsUnion';
5255
5356
export class ${this.className} implements ${typesPackage}.Command<
5457
InputTypesUnion,

0 commit comments

Comments
 (0)