package model
type PullRequest struct {
Index int64 `json:"index"`
Title string `json:"title"`
} // @name PullRequest