Skip to main content
Go to Latest
method config.Value.object
import { config } from "https://deno.land/x/embassyd_sdk@v0.334.0-alpha4/mod.ts";
const { Value } = config;

Type Parameters

A extends { name: string; description: string | null; warning: string | null; default: null | { [k: string]: unknown; }; display-as: null | string; unique-by: null | string; spec: Config<ConfigSpec>; value-names: Record<string, string>; }