import type { TokenPriceWithIdDto } from './TokenPriceWithIdDto'; export type TokenPricesWithIdsDto = { list: Array; };