DatabaseObjects
import type { DatabaseObjects } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Details of a group of database objects.
interface DatabaseObjects {
category?:
| "CATEGORY_UNSPECIFIED"
| "TABLE"
| "INDEX"
| "CONSTRAINTS"
| "VIEWS"
| "SOURCE_CODE"
| "OTHER";
count?: bigint;
}