import { ResourceEstimationType } from './generalModels' export type AccountResources = { [key: string]: any estimationType: ResourceEstimationType }