Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
c7524e0597
commit
dfe475ee8b
@@ -51,6 +51,8 @@ interface ImportCtx {
|
||||
// Name → uuid lookups (for files that reference by name only)
|
||||
clientByName: Map<string, string>;
|
||||
caseByNumber: Map<string, string>;
|
||||
// Optional fallback client id (e.g. for address-only locations CSV)
|
||||
defaultClientId?: string | null;
|
||||
}
|
||||
|
||||
const norm = (s: string) =>
|
||||
|
||||
Reference in New Issue
Block a user