type alias RegistryTypesimport { type RegistryTypes } from "https://dotland.deno.dev/x/polkadot@0.2.45/types-codec/types/registry.ts"; definition: Record<string, | CodecClass | string | Record<string, string> | { _enum: string[] | Record<string, number> | Record<string, string | null>; } | { _set: Record<string, number>; }>