Skip to main content
Go to Latest
type alias ExpectedExports.migration
import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/types.ts";
const { migration } = ExpectedExports;
definition: (
effects: Effects,
version: string,
...args: unknown[],
) => Promise<ResultType<MigrationRes>>