import type { TransactionHistoryDto } from './TransactionHistoryDto'; export type TransactionHistoryResponseDto = { list: Array; };