Empty
public struct Empty : Codable, Sendable
extension Empty: EmptyResponse
Type representing an empty value. Use Empty.value to get the static instance.
-
Static
Emptyinstance used for allEmptyresponses.Declaration
Swift
public static let value: Empty
-
Declaration
Swift
public static func emptyValue() -> Empty
View on GitHub
Install in Dash