export interface IProfile { id: string; name: string; mnemonics: string; storeSecret: string; networkEnv: string; sshKey: string; }