ISPO SDK
    Preparing search index...

    Interface GitCommitInput

    Markdown
    interface GitCommitInput {
        message: string;
        paths: readonly string[];
        projectId: string;
    }
    Index
    message: string
    paths: readonly string[]

    Explicit, non-empty project-relative path set.

    projectId: string