Package-level declarations

Types

Link copied to clipboard
@Serializable
object AddClient

Destination for adding a new client.

Link copied to clipboard
@Serializable
data class ClientDetails(val id: Long)

Destination for viewing client details.

Link copied to clipboard
@Serializable
object ClientsList

Defines the navigation destinations for the Clients feature.

Link copied to clipboard
@Serializable
data class EditClient(val id: Long)

Destination for editing an existing client.

Functions

Link copied to clipboard

Defines the navigation graph for the Clients feature.