Skip to content

chore: validate for-each params to data in #6343

chore: validate for-each params to data in

chore: validate for-each params to data in #6343

Triggered via push June 16, 2025 16:04
Status Failure
Total duration 5m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test and Build
Process completed with exit code 2.
Test and Build
Argument of type '{ rows: { data: { col1: string; }; }[]; columns: { id: string; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: { data: { "01ARZ3NDEKTSV4RRFFQ69G5FAV": string; }; rowId: string; }[]; columns: { id: string; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: { data: { [x: string]: string; }; rowId: string; }[]; columns: { id: `${string}-${string}-${string}-${string}-${string}`; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: { data: { [x: string]: string; }; rowId: string; }[]; columns: { id: `${string}-${string}-${string}-${string}-${string}`; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: any[]; columns: { id: string; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: any[]; columns: { id: `${string}-${string}-${string}-${string}-${string}`; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: ({ data: { col1: number; col2: number; }; } | { data: { col1: string; col2: string; }; })[]; columns: { id: string; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: { data: { "01ARZ3NDEKTSV4RRFFQ69G5FAV": string; "01BX5ZZKBKACTAV9WEVGEMMVS0": string; }; rowId: string; }[]; columns: { id: string; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.
Test and Build
Argument of type '{ rows: ({ data: { [x: string]: string; }; rowId: `${string}-${string}-${string}-${string}-${string}`; } | { data: { [x: string]: number; }; rowId: `${string}-${string}-${string}-${string}-${string}`; })[]; columns: { id: `${string}-${string}-${string}-${string}-${string}`; name: string; }[]; }' is not assignable to parameter of type 'MultipleRowObject'.