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;
}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.