chore: validate for-each params to data in #6350
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'.
|