Type Aliases
The following type aliases are available globally.
-
defines an element that can be handled over a
RESTproperty wrapperDeclaration
Swift
public typealias RESTElement = Identifiable & Codable & Comparable & Hashable & Reflectable -
defines an element that can be filtered with a
RESTproperty wrapperDeclaration
Swift
public typealias Filterable = Comparable & Reflectable & ReflectionDecodable & CustomStringConvertible & Codable -
defines an element that can be sorted with a
RESTproperty wrapperDeclaration
Swift
public typealias Sortable = Comparable & Reflectable & ReflectionDecodable & CustomStringConvertible & Codable
View on GitHub
Type Aliases Reference