Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
@coderabbitai/bitbucket
    Preparing search index...

    Interface CreateBranchRequest

    Request to create a branch.

    interface CreateBranchRequest {
        name: string;
        target: Target;
    }
    Index

    Properties

    Properties

    name: string

    Name of the new branch

    target: Target

    Where to point the new branch to