import type { CliCommonArgs } from "@osdk/cli.common"; export interface BranchCommonArgs extends CliCommonArgs { branchName?: string; }