Skip to content

Commit ecb4985

Browse files
committed
export proper types
1 parent 786a33e commit ecb4985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export { ACL_LINK } from './acl/aclLogic'
1010
export { offlineTestID, appContext } from './authn/authUtil'
1111
export { getSuggestedIssuers } from './issuer/issuerLogic'
1212
export { createTypeIndexLogic } from './typeIndex/typeIndexLogic'
13-
export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic, ChatLogic } from './types'
14-
export type { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError'
13+
export type { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic, ChatLogic } from './types'
14+
export { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError'
1515

1616
export {
1717
solidLogicSingleton, // solidLogicSingleton is exported entirely because it is used in solid-panes

0 commit comments

Comments
 (0)