Updated declarations

This commit is contained in:
Alexander Cerutti
2019-07-01 23:48:48 +02:00
parent 60f9e8320b
commit 5a96f5004a
4 changed files with 140 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
import Joi from "joi";
import Joi from "@hapi/joi";
import debug from "debug";
const schemaDebug = debug("Schema");