An action for changing the sorting option for the selected category.
| Name | Type | Description | 
|---|---|---|
| type | DaffCategoryPageProductCollectionActionTypes.CategoryPageChangeSortingOptionAction | |
| sort | {
    option: DaffCategoryRequest['appliedSortOption'];
    direction:DaffCategoryRequest['appliedSortDirection'];
} |