import type { LoanResultDto } from './LoanResultDto'; export type LoanResultListDto = { list: Array; limit: number; total: number; };