Interface: ContactCard
Defined in: src/lib/ar/view.ts:32
One active facility contact as the collections surfaces show it — who to call or email to enforce collection. Kept here (not in the server-only queries module) so client components can type it.
Properties
email
readonlyemail:string|null
Defined in: src/lib/ar/view.ts:36
facilityId
readonlyfacilityId:string
Defined in: src/lib/ar/view.ts:33
name
readonlyname:string|null
Defined in: src/lib/ar/view.ts:34
phone
readonlyphone:string|null
Defined in: src/lib/ar/view.ts:37
role
readonlyrole:string
Defined in: src/lib/ar/view.ts:35