Skip to main content
Go to Latest
type alias types.PackagePropertyString
import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { PackagePropertyString } = types;
definition: { type: "string"; description?: string; value: string; copyable?: boolean; qr?: boolean; masked?: boolean; }