export type SecondaryLatestMatchedOrderDto = { id: string; tokenId: string; price: string; interest: string; amount: string; side: string; time: string; };