Empty
public struct Empty : Codable, Sendable
extension Empty: EmptyResponse
Type representing an empty value. Use Empty.value
to get the static instance.
-
Static
Empty
instance used for allEmpty
responses.Declaration
Swift
public static let value: Empty
-
Declaration
Swift
public static func emptyValue() -> Empty