export type SecondaryOrderBookDto = { tokenId: string; amount: number; interest: string; side: string; };