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

DatabaseInstanceEntity

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

DatabaseInstance acts as a parent entity to other database entities.

interface DatabaseInstanceEntity {
customFeatures?: {
[key: string]: any;
}
;
}

§Properties

§
customFeatures?: {
[key: string]: any;
}
[src]

Custom engine specific features.