Interface ListCommitsResponse

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

Properties

Properties

commits: PromptCommit[]
total: number