We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfeffc commit 4cc52d2Copy full SHA for 4cc52d2
src/v1/destinations/iterable/types.ts
@@ -39,7 +39,7 @@ type IterableBulkRequestBody = {
39
40
export type IterableBulkProxyInput = {
41
destinationResponse: IterableBulkApiResponse;
42
- rudderJobMetadata: ProxyMetdata;
+ rudderJobMetadata: ProxyMetdata[];
43
destType: string;
44
destinationRequest?: {
45
body: {
0 commit comments