Skip to main content
Go to Latest
import * as embassydSdk from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/types.ts";

Type Aliases

Used to reach out from the pure js runtime

These are how we make sure the our dependency configurations are valid and if not how to fix them.

Get configuration returns a shape that describes the format that the embassy ui will generate, and later send to the set config

Properties are used to get values from the docker, like a username + password, what ports we are hosting from

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.