We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410118e commit 155ae2dCopy full SHA for 155ae2d
src/query-payload/query-payload.ts
@@ -32,5 +32,5 @@ export interface DruidSqlQueryPayload {
32
33
export interface QueryParameter {
34
type: string;
35
- value: string | number;
+ value: string | number | any[];
36
}
0 commit comments