Skip to content

Commit

Permalink
feat: export ApiError (#2291)
Browse files Browse the repository at this point in the history
* feat: export `common`

* refactor: Export `ApiError` only
  • Loading branch information
danielbankhead authored Sep 6, 2023
1 parent 87c3f41 commit c1d1b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
* region_tag:storage_quickstart
* Full quickstart example:
*/
export {ApiError} from './nodejs-common';
export {
AclMetadata,
AccessControlObject,
Expand Down

0 comments on commit c1d1b35

Please sign in to comment.