UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

12 lines (11 loc) 331 B
import { SupportedNetworks, WalletWithModules } from '../../types'; export interface IModuleManager { walletWithModules: WalletWithModules; walletsTotalCount: number; projectName: string; baseNetwork: SupportedNetworks; } export interface StartModule { logsFolderName: string; currentWalletIndex: number; }