confirm actions
This commit is contained in:
@@ -18,3 +18,7 @@ export interface LoginResponse {
|
||||
token: string;
|
||||
user: AuthUser;
|
||||
}
|
||||
|
||||
export interface LogoutResponse {
|
||||
success: true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user