Alterando informações de perfil

This commit is contained in:
Matheus Albino Brunhara
2022-05-24 20:00:51 -05:00
parent 0273c42b3b
commit 9061b152d5
5 changed files with 68 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ export interface CadastroResponse {
export interface CadastroRequest {
name: string;
lastname: string;
email: string;
birth_date: string;
password: string;