interface SourceToTargetRef {
    sourceRef?: string;
    targetRef?: string;
}

Properties

sourceRef?: string

The source ref to copy. For example, refs/heads/master.

targetRef?: string

The target ref to update. For example, refs/heads/master.