We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdb831 commit 786a33eCopy full SHA for 786a33e
src/index.ts
@@ -10,7 +10,7 @@ export { ACL_LINK } from './acl/aclLogic'
10
export { offlineTestID, appContext } from './authn/authUtil'
11
export { getSuggestedIssuers } from './issuer/issuerLogic'
12
export { createTypeIndexLogic } from './typeIndex/typeIndexLogic'
13
-export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic } from './types'
+export { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic, ChatLogic } from './types'
14
export type { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError'
15
16
export {
0 commit comments