Interface: ImportContactsParams
Defined in: sdk/src/types.ts:776
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
fileName? | string | sdk/src/types.ts:777 |
listId? | string | sdk/src/types.ts:778 |
rows | { email: string; firstName?: string; lastName?: string; attributes?: Record<string, unknown>; }[] | sdk/src/types.ts:779 |