
# Shift Sort Field

Enumerates the `Shift` fields to sort on.

## Enumeration

`ShiftSortField`

## Fields

| Name | Description |
|  --- | --- |
| `START_AT` | The start date/time of a `Shift` |
| `END_AT` | The end date/time of a `Shift` |
| `CREATED_AT` | The date/time that a `Shift` is created |
| `UPDATED_AT` | The most recent date/time that a `Shift` is updated |

