ancora su Typescript...
suddiviso i ts dai html e scss
This commit is contained in:
8
src/model/signup-option.ts
Normal file
8
src/model/signup-option.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export interface ISignupOptions {
|
||||
email?: string
|
||||
username: string
|
||||
password?: string
|
||||
lang?: string
|
||||
repeatPassword?: string
|
||||
}
|
||||
Reference in New Issue
Block a user