Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
8adab2906a
commit
6b537bb5f2
@@ -58,6 +58,8 @@ interface ImportCtx {
|
||||
caseByTitle: Map<string, string>;
|
||||
userByName: Map<string, string>;
|
||||
userByEmail: Map<string, string>;
|
||||
// Set of case ids considered "active" (not closed, not archived)
|
||||
activeCaseIds: Set<string>;
|
||||
// Optional fallback client id (e.g. for address-only locations CSV)
|
||||
defaultClientId?: string | null;
|
||||
// Selected contact group (for unified contacts importer)
|
||||
|
||||
Reference in New Issue
Block a user