Skip to main content
Go to Latest
type alias types.ValueSpecAny
import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.5/mod.ts";
const { ValueSpecAny } = types;
definition:
| Tag<"enum", WithDescription<WithDefault<{ values: string[]; value-names: { [key: string]: string; }; }, string>>>
| Tag<"list", ValueSpecList>
| Tag<"pointer", WithDescription<Subtype<"package",
| Target<"tor-key", { package-id: string; interface: string; }>
| Target<"tor-address", { package-id: string; interface: string; }>
| Target<"lan-address", { package-id: string; interface: string; }>
| Target<"config", { package-id: string; selector: string; multi: boolean; }>
> | Subtype<"system", Record<string, unknown>>
>>