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

ExternalSyncSelectedObject

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

The selected object that Cloud SQL migrates.

interface ExternalSyncSelectedObject {
database?: string;
}

§Properties

§
database?: string
[src]

The name of the database that Cloud SQL migrates.