mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
frontend: adapting to migration
This commit is contained in:
@@ -4,6 +4,7 @@ export type User = {
|
||||
avatar: string;
|
||||
};
|
||||
export type Doc = {
|
||||
id?: string;
|
||||
location: string;
|
||||
name: string;
|
||||
language: string;
|
||||
|
||||
Reference in New Issue
Block a user