Type Alias IsRoomActiveResponse

IsRoomActiveResponse: { status: boolean; is_active?: boolean; msg: string }

Type declaration

  • status: boolean
  • Optionalis_active?: boolean
  • msg: string