function extendCodeimport { extendCode } from "https://deno.land/x/polkadot@0.2.27/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>