interface ModuleInfo {
    name: string;
    version: string;
}

Properties

Properties

name: string
version: string