Module

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

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