We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8e045 commit aa15e34Copy full SHA for aa15e34
packages/typeorm/src/index.ts
@@ -3,7 +3,7 @@ import {ConnectionOptions} from "typeorm";
3
4
declare module "@tsed/common" {
5
interface IServerSettingsOptions {
6
- typeorm: {[connectionName: string]: ConnectionOptions};
+ typeorm: ConnectionOptions[];
7
}
8
9
0 commit comments