diff --git a/Loadify.xcodeproj/xcuserdata/vishweshwaran.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Loadify.xcodeproj/xcuserdata/vishweshwaran.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
index 9338bfd..271d419 100644
--- a/Loadify.xcodeproj/xcuserdata/vishweshwaran.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+++ b/Loadify.xcodeproj/xcuserdata/vishweshwaran.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -7,95 +7,252 @@
+ startingLineNumber = "73"
+ endingLineNumber = "73"
+ landmarkName = "processRequest(for:)"
+ landmarkType = "7">
+ startingLineNumber = "73"
+ endingLineNumber = "73"
+ offsetFromSymbolStart = "528">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ startingLineNumber = "87"
+ endingLineNumber = "87"
+ offsetFromSymbolStart = "96">
+ startingLineNumber = "87"
+ endingLineNumber = "87"
+ offsetFromSymbolStart = "60">
+ startingLineNumber = "87"
+ endingLineNumber = "87"
+ offsetFromSymbolStart = "52">
+
+
+
+
+
+
+ startingLineNumber = "88"
+ endingLineNumber = "88"
+ offsetFromSymbolStart = "68">
+
+
+
+
+
+
+
+
+
+
diff --git a/Loadify/View/Components/HUD/Model/AlertOptions.swift b/Loadify/View/Components/HUD/Model/AlertOptions.swift
index 00301c3..620078a 100644
--- a/Loadify/View/Components/HUD/Model/AlertOptions.swift
+++ b/Loadify/View/Components/HUD/Model/AlertOptions.swift
@@ -13,6 +13,7 @@ enum AlertStyle: String {
}
struct AlertOptions {
+
var alertType: AlertStyle
var style: LoaderStyle
diff --git a/Loadify/View/Components/HUD/Model/HUDComponents.swift b/Loadify/View/Components/HUD/Model/HUDComponents.swift
index 76fdf94..5a0db06 100644
--- a/Loadify/View/Components/HUD/Model/HUDComponents.swift
+++ b/Loadify/View/Components/HUD/Model/HUDComponents.swift
@@ -7,9 +7,9 @@
import SwiftUI
-internal typealias Colors = HUDComponents.Colors
+typealias Colors = HUDComponents.Colors
-internal struct HUDComponents {
+struct HUDComponents {
struct Colors {
static let green = Color("success_green")