AdaptMessageResponse
import type { AdaptMessageResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Message sent by the adapter to the client.
interface AdaptMessageResponse {
payload?: Uint8Array;
stateUpdates?: {};
}[key: string]: string;