interface IDeviceInfo {
    ip: string,
    username: string,
    password: string
}

export default IDeviceInfo