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

SpannerSchema

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

Spanner schema.

interface SpannerSchema {
schema?: string;
tables?: SpannerTable[];
}

§Properties

§
schema?: string
[src]

Required. The schema name.

§

Optional. Spanner tables in the schema.