export type TokenPriceWithIdDto = { price: string; updateUnixTime: number; tokenId: string; };