Extract database types into own file to fix tests.

This commit is contained in:
baldo 2022-07-21 12:07:18 +02:00
parent 8a2d108051
commit d76c530431
5 changed files with 57 additions and 53 deletions
server/types

View file

@ -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";