mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 16:45:16 +00:00
Can create a new account
This commit is contained in:
12
src/entities/NewAccount.ts
Normal file
12
src/entities/NewAccount.ts
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* New account information
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
export interface NewAccount {
|
||||
firstName: string,
|
||||
lastName: string,
|
||||
email: string,
|
||||
password: string
|
||||
}
|
Reference in New Issue
Block a user