Typescript migration

* utils/strings.js
* utils/urlBuilder.js
This commit is contained in:
baldo 2020-04-08 21:25:33 +02:00
parent 2c2c6336db
commit 7325cd4db6
5 changed files with 67 additions and 68 deletions
server/types

4
server/types/index.ts Normal file
View file

@ -0,0 +1,4 @@
// TODO: Complete interface / class declaration.
export interface NodeSecrets {
monitoringToken: string; // TODO: Token type.
}