Skip to content

Commit

Permalink
fix: add missing exports (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Aug 10, 2023
1 parent bcf7ad9 commit 62eda59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export * from './message';
export * from './messages';
export * from './oauth-flow';
export * from './oauth-flows';
export * from './operation-replies';
export * from './operation-reply-address';
export * from './operation-reply-addresses';
export * from './operation-reply';
export * from './operation-trait';
export * from './operation-traits';
export * from './operation';
Expand All @@ -42,4 +46,4 @@ export * from './server-variables';
export * from './server';
export * from './servers';
export * from './tag';
export * from './tags';
export * from './tags';

0 comments on commit 62eda59

Please sign in to comment.