ISPO SDK
    Preparing search index...

    Interface ExternalGitLogResult

    Markdown
    interface ExternalGitLogResult {
        commits: ExternalGitCommit[];
        nextCursor: string | null;
    }
    Index
    nextCursor: string | null