DataStoreConnectorConfig
import type { DataStoreConnectorConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";The connector config for the data store connection.
interface DataStoreConnectorConfig {
collection?: string;
collectionDisplayName?: string;
dataSource?: string;
}