ListInstancesResponse
import type { ListInstancesResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";The response for ListInstances.
interface ListInstancesResponse  {
instances?: Instance[];
nextPageToken?: string;
unreachable?: string[];
}