ISPO SDK
    Preparing search index...

    Interface SiteSourceRevision

    Markdown
    interface SiteSourceRevision {
        branchLabel: string | null;
        commitSha: string;
        commitSubject: string;
    }
    Index
    branchLabel: string | null
    commitSha: string

    Full commit SHA of the committed project tree.

    commitSubject: string