merge dev

This commit is contained in:
_Bastler
2021-06-29 20:21:00 +02:00
21 changed files with 1025 additions and 683 deletions
@@ -5,6 +5,8 @@ import * as tg from "generic-type-guard";
export const isOpenCoWebsite =
new tg.IsInterface().withProperties({
url: tg.isString,
allowApi: tg.isBoolean,
allowPolicy: tg.isString,
}).get();
/**