Skip to main content
Module

x/capi/deps/cliffy.ts>DefaultValue

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias DefaultValue
Re-export
import { type DefaultValue } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/cliffy.ts";

Default flag value

Type Parameters

optional
TValue = unknown
definition: TValue | DefaultValueHandler<TValue>