Cadastro de van agora faz requisições ao backend

This commit is contained in:
Matheus Albino Brunhara
2022-06-20 00:51:08 -05:00
parent 6d8e918074
commit c368324747
8 changed files with 222 additions and 125 deletions

View File

@@ -7,6 +7,8 @@ interface getByIdReturn {
email: string;
birth_date: string;
bio: string;
cpf: string;
cnpj: string;
},
error?: {
errorMessage: string;
@@ -23,6 +25,8 @@ interface getByIdRes {
email: string;
birth_date: string;
bio: string;
cpf: string;
cnpj: string;
},
}