diff --git a/Sources/Extensions/Foundation/UserDefaults/UserDefaults+Codable.swift b/Sources/Extensions/Foundation/UserDefaults/UserDefaults+Codable.swift index c1036e0b..d9982fc9 100644 --- a/Sources/Extensions/Foundation/UserDefaults/UserDefaults+Codable.swift +++ b/Sources/Extensions/Foundation/UserDefaults/UserDefaults+Codable.swift @@ -7,8 +7,6 @@ public enum UserDefaultsError: Error { } -private typealias JSONObject = [String: Any] - public extension UserDefaults { /// Returns the object with specified type associated with the first occurrence of the specified default.