package types type SortingOption string const ( SortingOptionAsc SortingOption = "ASC" SortingOptionDesc SortingOption = "DESC" )