mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-06 14:00:43 -03:00
checkeo si el username esta tomado
This commit is contained in:
6
src/types.d.ts
vendored
6
src/types.d.ts
vendored
@@ -47,10 +47,10 @@ export interface LoginDto {
|
||||
}
|
||||
|
||||
export interface RegisterDto {
|
||||
username: string?;
|
||||
email: string?;
|
||||
username: string;
|
||||
email: string;
|
||||
password: string?;
|
||||
displayName: string?;
|
||||
displayName: string;
|
||||
}
|
||||
|
||||
export interface CreatePostDto {
|
||||
|
||||
Reference in New Issue
Block a user