function types.withTypeStringimport { types } from "https://dotland.deno.dev/x/polkadot@0.2.35/mod.ts"; const { withTypeString } = types; withTypeString(registry: Registry, typeDef: Omit<TypeDef, "type"> & { type?: string; }): TypeDefParametersregistry: RegistrytypeDef: Omit<TypeDef, "type"> & { type?: string; }ReturnsTypeDef