import { NetworkType } from '../enums'; export interface IGlobalEnvConfig { network: NetworkType; }