Skip to content

Commit 17f77bd

Browse files
fix isolatedmodule errors
1 parent db0eb65 commit 17f77bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-access/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export { CombinedDataAccess } from './combined-data-access';
33
export { DataAccessWrite } from './data-write';
44
export { DataAccessRead } from './data-read';
55
export { PendingStore } from './pending-store';
6-
export { DataAccessBaseOptions } from './types';
6+
export type { DataAccessBaseOptions } from './types';
77
export { MockDataAccess } from './mock-data-access';
88
export { NoPersistDataWrite } from './no-persist-data-write';

0 commit comments

Comments
 (0)