function extendCodeimport { extendCode } from "https://dotland.deno.dev/x/polkadot@0.2.23/api-contract/base/index.ts"; extendCode<ApiType extends ApiTypes>(type: ApiType, decorateMethod: DecorateMethod<ApiType>): CodeConstructor<ApiType>Type ParametersApiType extends ApiTypesParameterstype: ApiTypedecorateMethod: DecorateMethod<ApiType>ReturnsCodeConstructor<ApiType>