tuple of SortKey field names, e.g. ['viewCount', 'createdAt']
resolved model fields
object type where the key is the sort key field name and the value is the resolved model field type
{ * viewCount: number; * createdAt: string; * } Copy
{ * viewCount: number; * createdAt: string; * }
tuple of SortKey field names, e.g. ['viewCount', 'createdAt']