import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/types.ts";
const { getConfig } = ExpectedExports;
Get configuration returns a shape that describes the format that the embassy ui will generate, and later send to the set config
definition: (effects: Effects) => Promise<ResultType<ConfigRes>>