ProjectWithTitle

API: Stable

data class ProjectWithTitle(
    val projectId: String,
    val title: String,
)
Properties
projectId: String
title: String