RecordOptions
type RecordOptions = {
action: RecordActions;
contractPath: string;
data: LoanRecord[];
view: RecordViewType;
};
options for updating records
Properties
action
action: RecordActions;
operation to be performed on record
contractPath
contractPath: string;
loan v3 contract path
data
data: LoanRecord[];
records to be updated
view
view: RecordViewType;
record view type