recover password feature
This commit is contained in:
@@ -34,6 +34,11 @@ export interface LoginResponse {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export interface ApiMessageResponse {
|
||||
status: number;
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export interface UserData {
|
||||
email: string;
|
||||
nome: string;
|
||||
|
||||
Reference in New Issue
Block a user