import { AbstractMigration } from "https://deno.land/x/nessie@2.0.11/wrappers/AbstractMigration.ts";
Constructors
new
protected
AbstractMigration(unnamed 0: AbstractMigrationProps<T["client"]>)Type Parameters
optional
T extends AbstractClient<any> = anyProperties
protected
client: T["client"]