Skip to content

Commit

Permalink
Export all generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed May 8, 2024
1 parent ee561b5 commit 44f253a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
},
"type": "module",
"types": "lib/index.d.ts",
"version": "2.0.0"
"version": "2.1.0"
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export const createClientMonoAcquiring = (clientOptions: ClientOptions) => {
...clientOptions,
});
};

export type * as ApiMonoAcquiring from './generated/acquiring.js';

0 comments on commit 44f253a

Please sign in to comment.