Skip to main content
Go to Latest
type alias ExpectedExports.action
import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/types.ts";
const { action } = ExpectedExports;
definition: { [id: string]: (effects: Effects, config?: Config) => Promise<ResultType<ActionResult>>; }