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 3bf900a commit 44e1ac7Copy full SHA for 44e1ac7
1 file changed
src/bigquery.ts
@@ -90,7 +90,7 @@ export type Query = JobRequest<bigquery.IJobConfigurationQuery> & {
90
params?: any[] | {[param: string]: any};
91
dryRun?: boolean;
92
labels?: {[label: string]: string};
93
- types?: string[] | string[][] | {[type: string]: string[]};
+ types?: string[] | string[][] | {[type: string]: string | string[]};
94
job?: Job;
95
maxResults?: number;
96
jobTimeoutMs?: number;
0 commit comments