Skip to content

API Reference / @gtkx/runtime / RecursiveVariantValue

Type Alias: RecursiveVariantValue<S>

RecursiveVariantValue<S> = ParsedValue<S, ByteArray, unknown>

Defined in: packages/runtime/dist/variant.d.ts:85

JavaScript type a variant of type string S unpacks to when every nested variant is unwrapped as well, so a v reads as unknown.

Type Parameters

S

S extends string

Released under the MPL-2.0 License.