Updated on 2026-08-14
This commit is contained in:
parent
9be9f8f3e7
commit
865d4a1ed5
4 changed files with 26 additions and 5 deletions
|
|
@ -243,6 +243,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class PushNotification(
|
||||
val source: Source,
|
||||
val nextRoute: AppRoute? = null,
|
||||
) : AppRoute(path = "/push_notification") {
|
||||
enum class Source {
|
||||
Stories,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue