Skip to main content
Module

x/polkadot/types/types/codec.ts>AnyJson

Package publishing for deno.land/x/polkadot
Go to Latest
type alias AnyJson
Re-export
import { type AnyJson } from "https://deno.land/x/polkadot@0.2.40/types/types/codec.ts";
definition:
| string
| number
| boolean
| null
| undefined
| AnyJson[]
| { [index: string]: AnyJson; }