import { type ExpectedExports } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/types.ts";
const { setConfig } = ExpectedExports;
Set configuration is called after we have modified and saved the configuration in the embassy ui. Use this to make a file for the docker to read from for configuration.
definition: (effects: Effects, input: Config) => Promise<ResultType<SetResult>>