import type { Vec } from '@polkadot/types-codec'; import type { Codec } from '../types/index.js'; export interface MetadataInterface extends Codec { pallets: Vec; }