Typescript migration
* utils/strings.js * utils/urlBuilder.js
This commit is contained in:
parent
2c2c6336db
commit
7325cd4db6
5 changed files with 67 additions and 68 deletions
server/types
4
server/types/index.ts
Normal file
4
server/types/index.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
// TODO: Complete interface / class declaration.
|
||||
export interface NodeSecrets {
|
||||
monitoringToken: string; // TODO: Token type.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue