Skip to content

Commit

Permalink
feat(rest-client): export CancelError from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jan 17, 2024
1 parent bba88dd commit 83f10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export { Problems } from './types/Problems'
export { ServerErrorResponse } from './types/ServerErrorResponse'
export { Webhook } from './types/Webhook'
export { WebhookEvent } from './types/WebhookEvent'
export { StoreValue } from '@uploadcare/api-client-utils'
export { StoreValue, CancelError } from '@uploadcare/api-client-utils'
export { Paginatable } from './types/Paginatable'
export { Md5Function } from './lib/md5/Md5Function'
export {
Expand Down

0 comments on commit 83f10c6

Please sign in to comment.