fix(Google BigQuery Node): Location default to jobReference (#7354)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret
2023-10-06 14:16:55 +03:00
committed by GitHub
parent 1dfa052301
commit 97bb703d0a
2 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ export type JobReference = {
location: string;
};
export type JobInsertResponse = {
export type ResponseWithJobReference = {
kind: string;
id: string;
jobReference: JobReference;