Skip to content

Commit 800bb0b

Browse files
committed
feat: add IterableApi and IterableAuthManager exports to core classes
1 parent fb4b801 commit 800bb0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/classes/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
export * from './Iterable';
22
export * from './IterableAction';
33
export * from './IterableActionContext';
4+
export * from './IterableApi';
45
export * from './IterableAttributionInfo';
6+
export * from './IterableAuthManager';
57
export * from './IterableAuthResponse';
68
export * from './IterableCommerceItem';
79
export * from './IterableConfig';

0 commit comments

Comments
 (0)