UNPKG
@randombenj/db
Version:
latest (1.10.2-alpha.0)
unstable (1.10.2-alpha.41)
1.10.2-alpha.42
1.10.2-alpha.41
1.10.2-alpha.0
Display, search and copy LXD-images using a web interface.
github.com/Roche/lxdhub
Roche/lxdhub
@randombenj/db
/
lib
/
index.d.ts
12 lines
(11 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@name
*
@lxdhub
/db * *
@description
* This module provides database models, * which are required for LXDHub. */
export
*
from
'./models'
;
export
*
from
'./database'
;
export
{
SyncState
}
from
'./models/sync-run.entity'
;