Type alias LoanSortInput

LoanSortInput: {
    field: LoanSortField;
    order: Ordering;
}

Type declaration