UNPKG
@lucyjs/typeorm
Version:
latest (1.1.26)
1.1.26
1.1.25
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.0.1
1.0.0
lucyjs typeorm
@lucyjs/typeorm
/
dist
/
types
/
interface.d.ts
9 lines
(7 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
"@lucyjs/core"
;
import
{
DataSourceOptions
}
from
"typeorm"
;
declare
module
"@lucyjs/core"
{
interface
Config
{
database
:
Partial
<
DataSourceOptions
>; } }