Skip to main content
Go to Latest
type alias migrations.MigrationFn
import { type migrations } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { MigrationFn } = migrations;

Type Parameters

version extends string
type extends "up" | "down"
definition: (effects: T.Effects) => Promise<T.MigrationRes> & { _type: type; _version: version; }