Skip to content

Commit

Permalink
re-gen again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHinderling committed Mar 4, 2025
1 parent 50b8a60 commit 12a6b70
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import com.emergetools.hackernews.userStorage
import com.emergetools.hackernews.webClient
import kotlinx.serialization.Serializable

/**
* Destinations related to the comments feature.
*/
sealed interface CommentsDestinations {
@Serializable
data class Comments(val storyId: Long) : CommentsDestinations
Expand Down

0 comments on commit 12a6b70

Please sign in to comment.