BigQueryExportSettings
import type { BigQueryExportSettings } from "https://googleapis.deno.dev/v1/ces:v1.ts";Settings to describe the BigQuery export behaviors for the app.
interface BigQueryExportSettings {
dataset?: string;
enabled?: boolean;
project?: string;
}