You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
246 B
13 lines
246 B
1 year ago
|
// ignore_for_file: public_member_api_docs
|
||
|
|
||
|
/// See https://github.com/nextcloud/news/blob/4a107b3d53c4fe651ac704251b99e04a53cd587f/lib/Db/ListType.php
|
||
|
enum NewsListType {
|
||
|
feed,
|
||
|
folder,
|
||
|
starred,
|
||
|
allItems,
|
||
|
shared,
|
||
|
explore,
|
||
|
unread,
|
||
|
}
|