/* Query options */ | |
public struct Sorted { | |
var key: String | |
var ascending: Bool = true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/* Query options */ | |
public struct Sorted { | |
var key: String | |
var ascending: Bool = true | |
} |