Updated on 2026-08-14
This commit is contained in:
parent
636ae3ee50
commit
a71b7ed4ba
43 changed files with 590 additions and 681 deletions
|
|
@ -24,4 +24,7 @@ sealed interface FeedEntryRoute {
|
|||
|
||||
@Serializable
|
||||
data object MarketTokenList : FeedEntryRoute
|
||||
|
||||
@Serializable
|
||||
data class NewsDetail(val articleId: Int, val preselectedArticlesId: List<Int>) : FeedEntryRoute
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue