Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/types/index.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/index.ts";
definition:
| string
| number
| boolean
| null
| undefined
| AnyJson[]
| { [index: string]: AnyJson; }