SpannerSchemaCopyimport 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. §tables?: SpannerTable[][src]Optional. Spanner tables in the schema.