typealias SearchUseCase = (String) -> Unit
A function representing the search use case, accepting the search terms as string.