Skip to content

Commit

Permalink
fix: add QueueOperationInfo export to the core package
Browse files Browse the repository at this point in the history
It was deduplicated on purpose, but the symbol should have stayed exported from the core package.
  • Loading branch information
B4nan committed Feb 7, 2023
1 parent 5191118 commit 5ec6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export * from './storages';
export * from './validators';
export * from './cookie_utils';
export { PseudoUrl } from '@apify/pseudo_url';
export { Dictionary, Awaitable, Constructor, StorageClient, Cookie } from '@crawlee/types';
export { Dictionary, Awaitable, Constructor, StorageClient, Cookie, QueueOperationInfo } from '@crawlee/types';

0 comments on commit 5ec6c24

Please sign in to comment.