ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: Tasker workspace adapter в Launcher

This commit is contained in:
DCCONSTRUCTIONS
2026-05-06 10:36:20 +03:00
parent 897c7145f0
commit d4eba0ff3a
7 changed files with 474 additions and 63 deletions
+6
View File
@@ -14,6 +14,12 @@ export interface Client {
demoEndsAt?: string | null;
contactName?: string | null;
contactEmail?: string | null;
integrations?: {
taskManager?: {
workspaceSlug?: string | null;
workspaceName?: string | null;
};
};
notes?: string | null;
createdAt: string;
updatedAt: string;