Skip to content

Commit 93637e7

Browse files
committed
export ConnectionInformationsType
1 parent 430117b commit 93637e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/server/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AccountsServer } from './accounts-server';
22
import * as encryption from './encryption';
33
import { generateRandomToken } from './tokens';
4-
import { AuthService, DBInterface } from './types';
4+
import { AuthService, DBInterface, ConnectionInformationsType } from './types';
55

66
export default AccountsServer;
77
export {
@@ -10,4 +10,5 @@ export {
1010
encryption,
1111
DBInterface,
1212
generateRandomToken,
13+
ConnectionInformationsType,
1314
};

0 commit comments

Comments
 (0)