A branch mapping.

interface TfvcBranchMapping {
    depth?: string;
    serverItem?: string;
    type?: string;
}

Properties

depth?: string

Depth of the branch.

serverItem?: string

Server item for the branch.

type?: string

Type of the branch.