Zet - How can I get jquery types from backbone types

How can I get jquery types from backbone types

Use the $el on the view class

/** @type {import("@types/backbone").View["$el"]} */
const fetchMoreRecordsButton = this.$el.find(".FetchMoreHistoricRecords");

#jquery #backbone