BookshelfWizardNavKey

@Serializable
sealed interface BookshelfWizardNavKey : NavKey

Inheritors

Types

Link copied to clipboard
@Serializable
data class Edit(val bookshelfId: BookshelfId, val bookshelfType: BookshelfType) : BookshelfWizardNavKey
Link copied to clipboard
@Serializable
data object Selection : BookshelfWizardNavKey