import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { getConfig } = types.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>>