started to convert to typescript

This commit is contained in:
grimhilt
2023-04-01 16:32:29 +02:00
parent aced3b8914
commit 90dd16ee0d
32 changed files with 1045 additions and 3897 deletions

View File

@@ -0,0 +1,5 @@
export interface User {
name: string,
mailbox: string,
host: string
}