feat: search input
This commit is contained in:
@@ -7,6 +7,6 @@ export type AuthLoginRequest = {
|
||||
first_name: string;
|
||||
hash: string;
|
||||
id: number;
|
||||
photo_url: string;
|
||||
photo_url?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user