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

SelectedObjects

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

A list of objects that the user selects for replication from an external source instance.

interface SelectedObjects {
database?: string;
}

§Properties

§
database?: string
[src]

Required. The name of the database to migrate.