UNPKG

201 BTypeScriptView Raw
1import type { Vec } from '@polkadot/types-codec';
2import type { Codec } from '../types/index.js';
3export interface MetadataInterface<Modules extends Codec> extends Codec {
4 pallets: Vec<Modules>;
5}