Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchCreateSessionsResponse

import type { BatchCreateSessionsResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

The response for BatchCreateSessions.

interface BatchCreateSessionsResponse {
session?: Session[];
}

§Properties

§
session?: Session[]
[src]

The freshly created sessions.