ExecutionConfigCopyimport type { ExecutionConfig } from "https://googleapis.deno.dev/v1/connectors:v2.ts";interface ExecutionConfig {headers?: string;}§Properties§headers?: string[src]headers to be used for the request. For example: headers:'{"x-integration-connectors-managed-connection-id":"conn-id","x-integration-connectors-runtime-config":"runtime-cfg"}'