ozellik: google oauth, gmail-drive araclari ve admin durum kartlarini ekle
This commit is contained in:
@@ -85,3 +85,18 @@ export type TelegramStatus = {
|
||||
polling_active: boolean;
|
||||
message: string;
|
||||
};
|
||||
|
||||
export type GoogleIntegrationStatus = {
|
||||
client_configured: boolean;
|
||||
connected: boolean;
|
||||
connect_url: string;
|
||||
message: string;
|
||||
};
|
||||
|
||||
export type AnythingLLMStatus = {
|
||||
reachable: boolean;
|
||||
workspace_found: boolean;
|
||||
base_url: string;
|
||||
workspace_slug: string;
|
||||
message: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user