Type alias SortableAddress

SortableAddress: Pick<Address, "building_number" | "building_name" | "sub_building_name" | "organisation_name" | "department_name" | "po_box">

Minimum sortable address shape