interface GitResolutionPathConflict {
    action?: GitResolutionPathConflictAction;
    author?: IdentityRef;
    renamePath?: string;
}

Hierarchy (View Summary)

Properties

author?: IdentityRef

User who created the resolution.

renamePath?: string