* fix(types): Exporter unconditionally marks fields as Nullable * fix: correct fieldtype names * fix: table multi-select type annotations --------- Co-authored-by: Ankush Menat <ankush@frappe.io>
Replace a for append loop with list extend. Create the list with values instead of creating an empty list and extending it with another list.