interface BranchParams {
    branchName?: string;
    dryRun?: boolean;
    noLaunch?: boolean;
    orientationMessage?: string;
    snapshotName: string;
    trim?: boolean;
    trimThreshold?: number;
}

Properties

branchName?: string
dryRun?: boolean
noLaunch?: boolean
orientationMessage?: string
snapshotName: string
trim?: boolean
trimThreshold?: number