function mergeListingFields
mergeListingFields(fieldSettings: ListingFields[]): ListingFields

Determine which contact fields to collect for multiple listings. Returns the union of all field settings, sorted by canonical CONTACT_FIELDS order.

Parameters

fieldSettings: ListingFields[]

Return Type

Usage

import { mergeListingFields } from "doc.ts";