Skip to content

Commit aa15e34

Browse files
committed
fix(typeorm): Fix typeorm configuration interface
1 parent ad8e045 commit aa15e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typeorm/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {ConnectionOptions} from "typeorm";
33

44
declare module "@tsed/common" {
55
interface IServerSettingsOptions {
6-
typeorm: {[connectionName: string]: ConnectionOptions};
6+
typeorm: ConnectionOptions[];
77
}
88
}
99

0 commit comments

Comments
 (0)