Skip to main content
Go to Latest
type alias Dependencies
import { type Dependencies } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/types.ts";
definition: { [id: string]: { check(effects: Effects, input: Config): Promise<ResultType<void | null>>; autoConfigure(effects: Effects, input: Config): Promise<ResultType<Config>>; }; }