feat: search input

This commit is contained in:
2024-08-24 05:16:43 +03:00
parent 30a96811bb
commit 40769d3664
6 changed files with 30 additions and 13 deletions

View File

@@ -7,6 +7,6 @@ export type AuthLoginRequest = {
first_name: string;
hash: string;
id: number;
photo_url: string;
photo_url?: (string | null);
};