Skip to main content

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

readonly email: string | null

Defined in: src/lib/ar/view.ts:36


facilityId

readonly facilityId: string

Defined in: src/lib/ar/view.ts:33


name

readonly name: string | null

Defined in: src/lib/ar/view.ts:34


phone

readonly phone: string | null

Defined in: src/lib/ar/view.ts:37


role

readonly role: string

Defined in: src/lib/ar/view.ts:35