ISPO SDK
    Preparing search index...

    Interface GitExternalLogArgs

    Markdown
    interface GitExternalLogArgs {
        cursorSha?: string;
        limit: number;
        slotId: string;
    }
    Index
    cursorSha?: string

    Sha returned as nextCursor by the previous page.

    limit: number
    slotId: string