Function: groupContacts()
groupContacts(
contacts):Record<string,ContactCard[]>
Defined in: src/lib/ar/view.ts:58
facilityId → its contacts in call order, for handing a serializable map to client components.
Parameters
contacts
readonly ContactCard[]
Returns
Record<string, ContactCard[]>