Typescript Terminato! Funziona!

This commit is contained in:
paolo
2018-11-11 19:27:04 +01:00
parent 6522a88eb7
commit 0e383f3493
22 changed files with 636 additions and 184 deletions

View File

@@ -5,4 +5,5 @@ export interface ISignupOptions {
password?: string
lang?: string
repeatPassword?: string
terms?: boolean
}