/opt/canhelp/node_modules/googleapis/build/src/apis/bigquery
NameSizeModeActions
index.d.ts5770644editdlrm
index.js14590644editdlrm
v2.d.ts5561140644editdlrm
v2.js671180644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/bigquery/index.d.ts (577B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { bigquery_v2 } from './v2'; export declare const VERSIONS: { v2: typeof bigquery_v2.Bigquery; }; export declare function bigquery(version: 'v2'): bigquery_v2.Bigquery; export declare function bigquery(options: bigquery_v2.Options): bigquery_v2.Bigquery; declare const auth: AuthPlus; export { auth }; export { bigquery_v2 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';