This commit is contained in:
Hugo Falcao
2022-04-17 23:00:47 -03:00
parent 373df29679
commit 2a44887e82
2 changed files with 5 additions and 6 deletions

View File

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