import { Vec } from '../codec'; import { Codec } from '../types'; export interface MetadataInterface extends Codec { modules: Vec; }