type alias AugmentedQueryimport { type AugmentedQuery } from "https://deno.land/x/polkadot@0.2.12/api-base/types/index.ts"; Type ParametersApiType extends ApiTypesF extends AnyFunctionoptionalA extends AnyTuple = AnyTupledefinition: MethodResult<ApiType, F> & StorageEntryBase<ApiType, F, A>