Package-level declarations

Types

Link copied to clipboard
@Serializable
data class VersionResponse(val version: Long)

The wire shape of a cache-version check — the backend's current content version, compared against the client's own locally cached version (CheckCacheVersionUseCase) to decide whether cached screens/graph should be invalidated. Consumed only at the repository layer.