Skip to main content
Module

x/capi/deps/cliffy.ts>MapTypes

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias MapTypes
Re-export
import { type MapTypes } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/cliffy.ts";
definition: T extends Record<string, unknown> | Array<unknown> ? [K in keyof T]: MapTypes<T[K]> : Type.infer<T>