interface IDBVersionChangeEvent
implements Event
import { type IDBVersionChangeEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
This IndexedDB API interface indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded event handler function.