verifizierung
This commit is contained in:
@@ -22,6 +22,10 @@ export interface VerifyEmailResponse {
|
||||
user: PublicUser;
|
||||
}
|
||||
|
||||
export interface ResendVerificationResponse {
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface LoginRequest {
|
||||
email: string;
|
||||
password: string;
|
||||
|
||||
Reference in New Issue
Block a user