This commit is contained in:
2026-08-16 12:00:28 +02:00
parent 52f27e30fc
commit 52fb129957
7 changed files with 105 additions and 23 deletions
+1
View File
@@ -207,6 +207,7 @@ export type CloneCatalogResult = {
status: string;
source_company_id: string;
dest_company_id: string;
active_company_id?: string;
counts: Record<string, number>;
};