ozellik: google oauth, gmail-drive araclari ve admin durum kartlarini ekle

This commit is contained in:
2026-03-22 18:50:06 +03:00
parent 177fd8e1a7
commit ad847b1cf4
20 changed files with 970 additions and 14 deletions

View File

@@ -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;
};