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

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

§Properties

§
category?: "CATEGORY_UNSPECIFIED" | "TABLE" | "INDEX" | "CONSTRAINTS" | "VIEWS" | "SOURCE_CODE" | "OTHER"
[src]

Optional. The category of the objects.

§
count?: bigint
[src]

Optional. The number of objects.