Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Sep 18, 2020 · 2 revisions

Empty

Type representing an empty response. Use Empty.value to get the static instance.

public struct Empty:​ Decodable

Inheritance

Decodable, EmptyResponse

Properties

value

Static Empty instance used for all Empty responses.

let value

Methods

emptyValue()

public static func emptyValue() -> Empty
Types
Protocols
Global Typealiases
Clone this wiki locally