diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts index c50511cc9978c..40bdd7ad7960d 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts @@ -7,7 +7,7 @@ import type { import { NodeOperationError, sleep } from 'n8n-workflow'; import { getResolvables, updateDisplayOptions } from '@utils/utilities'; -import type { JobInsertResponse } from '../../helpers/interfaces'; +import type { ResponseWithJobReference } from '../../helpers/interfaces'; import { prepareOutput } from '../../helpers/utils'; import { googleApiRequest } from '../../transport'; @@ -205,7 +205,7 @@ export async function execute(this: IExecuteFunctions): Promise