Interface CommitMergeResult

Represents the result of a merge commit.

interface CommitMergeResult {
    from: string;
    to: string;
}

Properties

Properties

from: string

The branch that was merged into the current branch.

to: string

The base branch.

Generated using TypeDoc