frontend: adapting to migration

This commit is contained in:
ManishMadan2882
2024-08-14 17:15:20 +05:30
parent deeffbf77d
commit 0891ef6d0a
6 changed files with 94 additions and 97 deletions

View File

@@ -4,6 +4,7 @@ export type User = {
avatar: string;
};
export type Doc = {
id?: string;
location: string;
name: string;
language: string;