diff --git a/src/index.ts b/src/index.ts index 3d5e969..dd5f5cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,5 +14,5 @@ export * from './resources/Sharing/types' export * from './resources/Transfers/types' export * from './resources/User/types' -export { isPutioAPIError } from './utils' +export { isPutioAPIError, isPutioAPIErrorResponse } from './utils' export { PutioAPIClient as default } from './client'