From 1d567c3636e89d59c1800f6b2f27c27fccfd4b03 Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Tue, 28 Apr 2026 17:53:37 +0700 Subject: [PATCH] update --- src/types/public.ts | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/types/public.ts b/src/types/public.ts index 205a528..7f25021 100644 --- a/src/types/public.ts +++ b/src/types/public.ts @@ -1,16 +1,6 @@ export enum InpatientRoomBedStatus { - "Green" = "green", - "Red" = "red", - "Pink" = "pink", - "Yellow" = "yellow", - "Gray" = "gray", - "Blue" = "blue", - "Purple" = "purple", - "Orange" = "orange", - "White" = "white", - "Brown" = "brown", - "DarkBlue" = "dark_blue", - "PeachPuff" = "peachpuff", - "PinkIntermittent" = "pink_intermittent", - "PinkContinues" = "pink_continues", + "Booked" = "booked", + "Empty" = "empty", + "Progress" = "progress", + "Occupied" = "occupied", }