import Installment from './dto/Installment' type InstallmentListResponse = { items: Installment[]; }; export default InstallmentListResponse;