接口 ListCommitsResponse

interface ListCommitsResponse {
    commits: PromptCommit[];
    total: number;
}

属性

commits: PromptCommit[]
total: number