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 430117b commit 93637e7Copy full SHA for 93637e7
packages/server/src/index.ts
@@ -1,7 +1,7 @@
1
import { AccountsServer } from './accounts-server';
2
import * as encryption from './encryption';
3
import { generateRandomToken } from './tokens';
4
-import { AuthService, DBInterface } from './types';
+import { AuthService, DBInterface, ConnectionInformationsType } from './types';
5
6
export default AccountsServer;
7
export {
@@ -10,4 +10,5 @@ export {
10
encryption,
11
DBInterface,
12
generateRandomToken,
13
+ ConnectionInformationsType,
14
};
0 commit comments