interface AlertSort {
    order?: SortOrder;
    property?: AlertSortProperty;
}

Properties

Properties

order?: SortOrder