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