@amigo-ai/sdk 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6439,7 +6439,7 @@ export interface components {
|
|
|
6439
6439
|
* Result
|
|
6440
6440
|
* @description The result of the query as a list of rows, where each row is a list of column values.
|
|
6441
6441
|
*/
|
|
6442
|
-
result:
|
|
6442
|
+
result: unknown[][];
|
|
6443
6443
|
/**
|
|
6444
6444
|
* Truncated
|
|
6445
6445
|
* @description Whether the result was truncated due to the row limit.
|