i want to do something like `search.lookupFields({...
# suitescript
d
i want to do something like
search.lookupFields({ type: search.Type.TRANSACTION, id: id, columns: "type"})
but cast it to a
search.Type
or
record.Type
, is there an easy way to do this?