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

RestoreInfo

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

Information about the database restore.

interface RestoreInfo {
backupInfo?: BackupInfo;
sourceType?: "TYPE_UNSPECIFIED" | "BACKUP";
}

§Properties

§
backupInfo?: BackupInfo
[src]

Information about the backup used to restore the database. The backup may no longer exist.

§
sourceType?: "TYPE_UNSPECIFIED" | "BACKUP"
[src]

The type of the restore source.