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

NoMigrations

Type for the NO_MIGRATIONS constant. Never create one of these.

interface NoMigrations {
readonly __noMigrations__: true;
}

§Properties

§
readonly __noMigrations__: true
[src]