Extract database types into own file to fix tests.
This commit is contained in:
parent
8a2d108051
commit
d76c530431
5 changed files with 57 additions and 53 deletions
server/types
|
@ -1,6 +1,7 @@
|
|||
import {Domain, EmailAddress, JSONObject, MonitoringToken, OnlineState, Site, toIsEnum} from "./shared";
|
||||
|
||||
export * from "./config";
|
||||
export * from "./database";
|
||||
export * from "./logger";
|
||||
export * from "./shared";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue