type alias MigrationFunctionimport { type MigrationFunction } from "https://deno.land/x/dropserver_app@v0.2.2/migrations.ts"; function used to migrate appspace data from one schema to the next or previous. definition: () => Promise<void>