Skip to main content

Function: resumeFacilityBilling()

resumeFacilityBilling(facilityId): Promise<{ ok: true; } | { error: string; ok: false; }>

Defined in: src/server/actions/invoicing.ts:214

Resume a paused facility's billing (clears the pause window).

Parameters

facilityId

string

Returns

Promise<{ ok: true; } | { error: string; ok: false; }>