api/response_project.go (
4
lines of code) (
raw
):
package api type ListProjectsResponse struct { Projects []*Project `json:"data,omitempty"` }