import { atom } from 'recoil' import { RPCResult } from '../types' export const activeDownloadsState = atom({ key: 'activeDownloadsState', default: undefined })