Highlighted File Response
data class HighlightedFileResponse(val path: String, val sections: List<String>? = null, val visited: Boolean? = null)
The information of a highlighted file that user should pay attention to.
The information of a highlighted file that user should pay attention to.