Variable: FACILITY_STATUSES
constFACILITY_STATUSES: readonly ["active","prospect","inactive"]
Defined in: src/lib/facility/status.ts:8
Facility status filtering (pure, no I/O).
The facilities list filters by one or more statuses, encoded as repeated status query params
(or a comma list). With no param the list defaults to Active only.