import type { LoanDetailDto } from './LoanDetailDto'; export type LoanDetailListDto = { list: Array; };