Created
August 6, 2025 15:38
-
-
Save Kritarie/328ca2e516a16721a1b23e0fdd705acf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sealed interface DeepLink { | |
| data class TransferMoney(val destinationAccountId: String) : DeepLink | |
| data class AccountOverview(val accountId: String) : DeepLink | |
| data object Blogs : DeepLink | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment