Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Request(val bookshelfId: BookshelfId) : OneShotUseCase.Request

Functions

Link copied to clipboard
suspend operator fun invoke(request: RemoveBookshelfUseCase.Request): Resource<Unit, Unit>