ClientContext
import type { ClientContext } from "https://googleapis.deno.dev/v1/spanner:v1.ts";Container for various pieces of client-owned context attached to a request.
interface ClientContext {
secureContext?: {};
}[key: string]: any;
import type { ClientContext } from "https://googleapis.deno.dev/v1/spanner:v1.ts";Container for various pieces of client-owned context attached to a request.