UNPKG

@therealchristhomas/gitlab-mcp-server

Version:
3 lines (2 loc) 192 B
import type { GitLabReference, CreateBranchOptions } from "../types/index.js"; export declare function createBranch(projectId: string, options: CreateBranchOptions): Promise<GitLabReference>;