Skip to main content

LoanChangeEventInfo

type LoanChangeEventInfo = {
fieldId: string;
newVal: string;
oldVal: string;
op: string;
};

Loan change event parameters

Properties

fieldId

fieldId: string;

field id


newVal

newVal: string;

new field value


oldVal

oldVal: string;

old field value


op

op: string;

operation performed on the field