mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
simplifies the APIKeyModal communication and state management, adds
conversation components
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export type ActiveState = 'ACTIVE' | 'INACTIVE';
|
||||
|
||||
export type User = {
|
||||
avatar: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user